| Name | <LocationTag.above[(<#.#>)]> |
| Returns | LocationTag |
| Description | Returns the location above this location. Optionally specify a number of blocks to go up.
This just moves straight along the Y axis, equivalent to VectorObject.add 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#L893 |