public static final class BlockPos.PooledMutable extends BlockPos.Mutable implements java.lang.AutoCloseable
BlockPos.Mutable, BlockPos.PooledMutablex, y, zNULL_VECTOR| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
BlockPos.PooledMutable |
move(Direction facing) |
BlockPos.PooledMutable |
move(Direction facing,
int n) |
BlockPos.PooledMutable |
move(int xIn,
int yIn,
int zIn) |
static BlockPos.PooledMutable |
retain() |
static BlockPos.PooledMutable |
retain(double xIn,
double yIn,
double zIn) |
static BlockPos.PooledMutable |
retain(Entity entityIn) |
static BlockPos.PooledMutable |
retain(int xIn,
int yIn,
int zIn) |
BlockPos.PooledMutable |
setPos(double xIn,
double yIn,
double zIn) |
BlockPos.PooledMutable |
setPos(Entity entityIn) |
BlockPos.PooledMutable |
setPos(int xIn,
int yIn,
int zIn)
Sets position
|
BlockPos.PooledMutable |
setPos(Vec3i vec) |
add, add, func_218295_a, getX, getY, getZ, offset, rotate, setPos, setX, setY, setZ, toImmutableadd, crossProduct, deserialize, down, down, east, east, fromLong, func_218288_f, getAllInBox, 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, func_229422_x_, hashCode, manhattanDistance, toString, withinDistance, withinDistancepublic static BlockPos.PooledMutable retain()
public static BlockPos.PooledMutable retain(Entity entityIn)
public static BlockPos.PooledMutable retain(double xIn, double yIn, double zIn)
public static BlockPos.PooledMutable retain(int xIn, int yIn, int zIn)
public BlockPos.PooledMutable setPos(int xIn, int yIn, int zIn)
setPos クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable setPos(Entity entityIn)
setPos クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable setPos(double xIn, double yIn, double zIn)
setPos クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable setPos(Vec3i vec)
setPos クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable move(Direction facing)
move クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable move(Direction facing, int n)
move クラス内 BlockPos.Mutablepublic BlockPos.PooledMutable move(int xIn, int yIn, int zIn)
move クラス内 BlockPos.Mutablepublic void close()
close インタフェース内 java.lang.AutoCloseable