private static class ForgeHooks.DummyBlockReader extends java.lang.Object implements IBlockReader
Modifier | Constructor and Description |
---|---|
private |
DummyBlockReader() |
Modifier and Type | Method and Description |
---|---|
BlockState |
getBlockState(BlockPos pos) |
IFluidState |
getFluidState(BlockPos pos) |
TileEntity |
getTileEntity(BlockPos pos) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
func_217300_a, getHeight, getLightValue, getMaxLightLevel, rayTraceBlocks, rayTraceBlocks
public TileEntity getTileEntity(BlockPos pos)
getTileEntity
in interface IBlockReader
public BlockState getBlockState(BlockPos pos)
getBlockState
in interface IBlockReader
public IFluidState getFluidState(BlockPos pos)
getFluidState
in interface IBlockReader