endstone::Chunk
Represents a chunk of blocks.
Functions:
Name | Description |
---|---|
getDimension | Gets the dimension containing this chunk. |
getLevel | Gets the level containing this chunk. |
getX | Gets the X-coordinate of this chunk. |
getZ | Gets the Z-coordinate of this chunk. |
getDimension
Dimension &getDimension() const
Gets the dimension containing this chunk.
Returns:
Parent Dimension
getLevel
Level &getLevel() const
Gets the level containing this chunk.
Returns:
Parent Level
getX
int getX() const
Gets the X-coordinate of this chunk.
Returns:
X-coordinate
getZ
int getZ() const
Gets the Z-coordinate of this chunk.
Returns:
Z-coordinate
Last updated on