All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
BlockPos |
add(double x,
double y,
double z) |
BlockPos |
add(int x,
int y,
int z) |
BlockPos |
add(Vec3i vec) |
BlockPos |
crossProduct(Vec3i vec) |
BlockPos |
down() |
BlockPos |
down(int n) |
BlockPos |
east() |
BlockPos |
east(int n) |
static BlockPos |
fromLong(long serialized) |
static java.lang.Iterable<BlockPos> |
getAllInBox(BlockPos from,
BlockPos to) |
static java.lang.Iterable<BlockPos> |
getAllInBox(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |
static java.lang.Iterable<BlockPos.MutableBlockPos> |
getAllInBoxMutable(BlockPos from,
BlockPos to) |
static java.lang.Iterable<BlockPos.MutableBlockPos> |
getAllInBoxMutable(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |
BlockPos |
north() |
BlockPos |
north(int n) |
BlockPos |
offset(EnumFacing facing) |
BlockPos |
offset(EnumFacing facing,
int n) |
BlockPos |
rotate(Rotation rotationIn) |
BlockPos |
south() |
BlockPos |
south(int n) |
BlockPos |
subtract(Vec3i vec) |
BlockPos |
toImmutable() |
long |
toLong() |
BlockPos |
up() |
BlockPos |
up(int n) |
BlockPos |
west() |
BlockPos |
west(int n) |