PrivateconstructorFetch a BlockLocationIterator that represents all of the block world locations within the specified volume
This function can't be called in early-execution mode.
BetaReturn a BlockBoundingBox object which represents the validated min and max coordinates of the volume
This function can't be called in early-execution mode.
This function can't be called in early-execution mode.
BetaNumber of closest positions to return
Position to measure distance from
Returns a list of block positions within the volume that are closest to a given location, sorted by distance (nearest first)
This function can't be called in early-execution mode.
BetaNumber of farthest positions to return
Position to measure distance from
Returns a list of block positions within the volume that are farthest from a given location, sorted by distance (farthest first)
This function can't be called in early-execution mode.
This function can't be called in early-execution mode.
This function can't be called in early-execution mode.
Get a Vector3 object where each component represents the number of blocks along that axis
This function can't be called in early-execution mode.
This function can't be called in early-execution mode.
Amount of blocks to move by
This function can't be called in early-execution mode.
Base type for BlockVolumes.
Source