StaticgetThis function retrieves the block at the specified coordinates.
The X position of the block.
The Y position of the block.
The Z position of the block.
The block that was found at the coordinates. This function will never return null. If there is no block, it will return BuiltinBlocks.AIR
StaticgetThis function retrieves the depth (Y) of the level.
StaticgetThis function retrieves the height (Z) of the level.
StaticgetThis function retrieves the width (X) of the level.
Staticset
This class provides functions to modify the level.