BlockPos.MutableBlockPos| Modifier and Type | Field and Description |
|---|---|
private int |
x |
private int |
y |
private int |
z |
NULL_VECTOR| Constructor and Description |
|---|
MutableBlockPos() |
MutableBlockPos(int x_,
int y_,
int z_) |
| Modifier and Type | Method and Description |
|---|---|
BlockPos.MutableBlockPos |
func_181079_c(int p_181079_1_,
int p_181079_2_,
int p_181079_3_) |
int |
getX()
Get the X coordinate
|
int |
getY()
Get the Y coordinate
|
int |
getZ()
Get the Z coordinate
|
add, add, add, crossProduct, down, down, east, east, fromLong, getAllInBox, getAllInBoxMutable, north, north, offset, offset, south, south, subtract, toLong, up, up, west, westcompareTo, distanceSq, distanceSq, distanceSqToCenter, equals, hashCode, toStringpublic MutableBlockPos()
public MutableBlockPos(int x_,
int y_,
int z_)
public int getX()
Vec3ipublic int getY()
Vec3ipublic int getZ()
Vec3ipublic BlockPos.MutableBlockPos func_181079_c(int p_181079_1_, int p_181079_2_, int p_181079_3_)