Beta
Optional
Readonly
This property can't be edited in restricted-execution mode.
This function can't be called in restricted-execution mode.
Fetch a BlockLocationIterator that represents all of the block world locations within the specified volume
Return a BlockBoundingBox object which represents the validated min and max coordinates of the volume
This function can throw errors.
Return the capacity (volume) of the BlockVolume (WDH)
Number 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)
minecraftcommon.ArgumentOutOfBoundsError
Number of farthest positions to return
Returns a list of block positions within the volume that are farthest from a given location, sorted by distance (farthest first)
Get the largest corner position of the volume (guaranteed to be >= min)
Get the smallest corner position of the volume (guaranteed to be <= max)
Get a Vector3 object where each component represents the number of blocks along that axis
Check to see if a given world block location is inside a BlockVolume
Remarks
This property can't be edited in restricted-execution mode.