Package org.galliumpowered.world.block
Interface WorldBlock
- All Superinterfaces:
Block
-
Method Summary
-
Method Details
-
getX
int getX()Get the X coordinate of the block- Returns:
- X coordinate
-
getY
int getY()Get the Y coordinate of the block- Returns:
- Y coordinate
-
getZ
int getZ()Get the Z coordinate of the block- Returns:
- Z coordinate
-
getWorld
World getWorld()Gets the block's current world- Returns:
- Block world
-