Package | Description |
---|---|
net.minecraft.client.multiplayer | |
net.minecraft.client.renderer.chunk | |
net.minecraft.util.math |
Modifier and Type | Method and Description |
---|---|
void |
WorldClient.showBarrierParticles(int x,
int y,
int z,
int offset,
java.util.Random random,
boolean holdingBarrier,
BlockPos.MutableBlockPos pos) |
Modifier and Type | Field and Description |
---|---|
private BlockPos.MutableBlockPos[] |
RenderChunk.mapEnumFacing |
private BlockPos.MutableBlockPos |
RenderChunk.position |
Modifier and Type | Class and Description |
---|---|
static class |
BlockPos.PooledMutableBlockPos |
Modifier and Type | Method and Description |
---|---|
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.move(EnumFacing facing) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.move(EnumFacing facing,
int n) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.setPos(double xIn,
double yIn,
double zIn) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.setPos(Entity entityIn) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.setPos(int xIn,
int yIn,
int zIn) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.setPos(Vec3i vec) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<BlockPos.MutableBlockPos> |
BlockPos.getAllInBoxMutable(BlockPos from,
BlockPos to) |
static java.lang.Iterable<BlockPos.MutableBlockPos> |
BlockPos.getAllInBoxMutable(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |