| Name | <LocationTag.block> |
| Returns | LocationTag |
| Description | Returns the location of the block this location is on,
i.e. returns a location without decimals or direction. Note that you almost never actually need this tag. This does not "get the block", this just rounds coordinates down. If you have this in a script, it is more likely to be a mistake than actually needed. Consider using LocationTag.round_down instead. |
| Generated Example | |
| Group | math |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L1061 |