Package api.world
Class BlockPos
java.lang.Object
api.world.BlockPos
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
z
public int z
-
-
Constructor Details
-
BlockPos
public BlockPos() -
BlockPos
public BlockPos(int x, int y, int z) -
BlockPos
public BlockPos(int baseX, int baseY, int baseZ, int facing)
-
-
Method Details
-
addFacingAsOffset
public void addFacingAsOffset(int facing) -
invert
public void invert() -
addPos
-
set
public void set(int x, int y, int z) -
set
-