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(EnumFacing facing) |
BlockPos.PooledMutableBlockPos |
move(EnumFacing 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, getX, getY, getZ, offset, rotate, setY, toImmutableadd, crossProduct, down, down, east, east, fromLong, getAllInBox, getAllInBox, getAllInBoxMutable, getAllInBoxMutable, north, north, offset, south, south, subtract, toLong, up, up, west, westcompareTo, distanceSq, distanceSq, distanceSqToCenter, equals, getDistance, getDistance, hashCode, toStringpublic 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(EnumFacing facing)
move in class BlockPos.MutableBlockPospublic BlockPos.PooledMutableBlockPos move(EnumFacing 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