public static final class BlockPos.PooledMutableBlockPos extends BlockPos.MutableBlockPos implements java.lang.AutoCloseable
BlockPos.MutableBlockPos, BlockPos.PooledMutableBlockPosx, y, zNULL_VECTOR| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BlockPos.PooledMutableBlockPos |
move(Direction facing) |
BlockPos.PooledMutableBlockPos |
move(Direction facing,
int n) |
BlockPos.PooledMutableBlockPos |
move(int xIn,
int yIn,
int zIn) |
static BlockPos.PooledMutableBlockPos |
retain() |
static BlockPos.PooledMutableBlockPos |
retain(double xIn,
double yIn,
double zIn) |
static BlockPos.PooledMutableBlockPos |
retain(Entity entityIn) |
static BlockPos.PooledMutableBlockPos |
retain(int xIn,
int yIn,
int zIn) |
BlockPos.PooledMutableBlockPos |
setPos(double xIn,
double yIn,
double zIn) |
BlockPos.PooledMutableBlockPos |
setPos(Entity entityIn) |
BlockPos.PooledMutableBlockPos |
setPos(int xIn,
int yIn,
int zIn) |
BlockPos.PooledMutableBlockPos |
setPos(Vec3i vec) |
add, add, func_218295_a, func_223471_o, func_223472_q, getX, getY, getZ, offset, rotate, setPos, setY, toImmutableadd, crossProduct, deserialize, down, down, east, east, fromLong, func_218288_f, getAllInBox, getAllInBox, getAllInBoxMutable, getAllInBoxMutable, north, north, offset, offset, offset, pack, serialize, south, south, subtract, toLong, unpackX, unpackY, unpackZ, up, up, west, westcompareTo, distanceSq, distanceSq, distanceSq, equals, hashCode, manhattanDistance, toString, withinDistance, withinDistancepublic static BlockPos.PooledMutableBlockPos retain()
public static BlockPos.PooledMutableBlockPos retain(Entity entityIn)
public static BlockPos.PooledMutableBlockPos retain(double xIn, double yIn, double zIn)
public static BlockPos.PooledMutableBlockPos retain(int xIn, int yIn, int zIn)
public BlockPos.PooledMutableBlockPos setPos(int xIn, int yIn, int zIn)
setPos in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos setPos(Entity entityIn)
setPos in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos setPos(double xIn, double yIn, double zIn)
setPos in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos setPos(Vec3i vec)
setPos in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos move(Direction facing)
move in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos move(Direction facing, int n)
move in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos move(int xIn, int yIn, int zIn)
move in class BlockPos.MutableBlockPospublic void close()
close in interface java.lang.AutoCloseable