public class BlockSourceImpl extends java.lang.Object implements IBlockSource
Constructor and Description |
---|
BlockSourceImpl(World worldIn,
BlockPos posIn) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
getBlockPos() |
IBlockState |
getBlockState()
Gets the block state of this position and returns it.
|
<T extends TileEntity> |
getBlockTileEntity() |
World |
getWorld() |
double |
getX() |
double |
getY() |
double |
getZ() |
public double getX()
getX
in interface IBlockSource
getX
in interface IPosition
public double getY()
getY
in interface IBlockSource
getY
in interface IPosition
public double getZ()
getZ
in interface IBlockSource
getZ
in interface IPosition
public BlockPos getBlockPos()
getBlockPos
in interface IBlockSource
public IBlockState getBlockState()
getBlockState
in interface IBlockSource
public <T extends TileEntity> T getBlockTileEntity()
getBlockTileEntity
in interface IBlockSource