public interface IBlockSource
| Modifier and Type | Method and Description |
|---|---|
IBlockState |
getBlockState() |
IFacing |
getFacing() |
java.lang.Object |
getInternal() |
IBlockPos |
getPos() |
IWorld |
getWorld() |
double |
getX() |
double |
getY() |
double |
getZ() |
double getX()
double getY()
double getZ()
IWorld getWorld()
IBlockState getBlockState()
IBlockPos getPos()
IFacing getFacing()
java.lang.Object getInternal()