public class MutableLocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.math.BlockPos.Mutable |
pos |
net.minecraft.world.World |
world |
Constructor and Description |
---|
MutableLocation(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
MutableLocation(net.minecraft.world.World world,
int x,
int y,
int z) |