Class BukkitChunk
java.lang.Object
com.olziedev.playerauctions.api.scheduler.wrapped.chunk.BukkitChunk
Represents a chunk in the world.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BukkitChunk
- Parameters:
chunk
- The chunk to wrap.
-
-
Method Details
-
getBlock
Gets the block at the specified coordinates.- Parameters:
x
- The x coordinate of the block.y
- The y coordinate of the block.z
- The z coordinate of the block.- Returns:
- The block at the specified coordinates.
-