Beta
Beta
Initial array of block locations that ListBlockVolume will be constructed with.
Beta
Array of block locations to be inserted into container.
Beta
Fetch a BlockLocationIterator that represents all of the block world locations within the specified volume
This function can't be called in read-only mode.
Beta
Return a BoundingBox object which represents the validated min and max coordinates of the volume
This function can't be called in read-only mode.
Beta
Return the capacity (volume) of the BlockVolume (WDH)
This function can't be called in read-only mode.
Beta
Get the largest corner position of the volume (guaranteed to be >= min)
This function can't be called in read-only mode.
Beta
Get the smallest corner position of the volume (guaranteed to be <= max)
This function can't be called in read-only mode.
Beta
Get a Vector3 object where each component represents the number of blocks along that axis
This function can't be called in read-only mode.
Beta
Check to see if a given world block location is inside a BlockVolume
This function can't be called in read-only mode.
Beta
Array of block locations to be removed from container.
Volume composed of an unordered container of unique block locations.