| Name | <LocationTag.below[(<#.#>)]> |
| Returns | LocationTag |
| Description | Returns the location below this location. Optionally specify a number of blocks to go down.
This just moves straight along the Y axis, equivalent to VectorObject.sub with input 0,1,0 (or the input value instead of '1'). |
| Generated Example | |
| Group | math |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L905 |