public final class WorldPos
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dimension |
net.minecraft.util.math.BlockPos |
pos |
Constructor and Description |
---|
WorldPos(int dimension,
net.minecraft.util.math.BlockPos pos) |
WorldPos(net.minecraft.tileentity.TileEntity tile) |
WorldPos(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final int dimension
public final net.minecraft.util.math.BlockPos pos