| Name | <LocationTag.backward[(<#.#>)]> |
| Returns | LocationTag |
| Description | Returns the location behind this location based on pitch and yaw. Optionally specify a number of blocks to go backward.
This is equivalent to LocationTag.forward in the opposite direction. |
| Generated Example | |
| Group | math |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L958 |