public class BlockPosition extends Object
Constructor and Description |
---|
BlockPosition(int x,
int y,
int z) |
BlockPosition(Location loc) |
BlockPosition(Vector loc) |
Modifier and Type | Method and Description |
---|---|
int |
getX() |
int |
getY() |
int |
getZ() |
Location |
toLocation(World w) |
String |
toString() |