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() constGets the dimension containing this chunk.
Returns:
Parent Dimension
getLevel
Level &getLevel() constGets the level containing this chunk.
Returns:
Parent Level
getX
int getX() constGets the X-coordinate of this chunk.
Returns:
X-coordinate
getZ
int getZ() constGets the Z-coordinate of this chunk.
Returns:
Z-coordinate
Last updated on