Beta
X position of the block location. This number should be an integer.
Y position of the block location. This number should be an integer.
Z position of the block location. This number should be an integer.
Creates a new instance of an abstract block location.
The X coordinate.
The integer-based Y position.
The integer-based Z position.
Returns a BlockLocation for a block above this BlockLocation (that is, y + 1).
Additional BlockLocation used to determine the set of locations in between this location and another point.
Array of block locations representing the volume between this location and another, inclusive of the start and end points.
Returns an array of block locations representing all blocks in the volume (cuboid) between this location and another location.
Other block location to compare this BlockLocation to.
True if the two block locations are equal.
Compares this BlockLocation and another BlockLocation to one another.
X offset relative to this BlockLocation.
Y offset relative to this BlockLocation.
Z offset relative to this BlockLocation.
BlockLocation that is positioned relative to this BlockLocation.
Returns a block location using a position relative to this block location
Contains the integer X, Y, Z coordinates for a block. For decimal locations useful for entities, items, and more, see Location.