public final class Blockreader extends java.lang.Object implements IBlockReader
Modifier and Type | Field and Description |
---|---|
private BlockState[] |
column |
Constructor and Description |
---|
Blockreader(BlockState[] p_i231623_1_) |
Modifier and Type | Method and Description |
---|---|
TileEntity |
getBlockEntity(BlockPos p_175625_1_) |
BlockState |
getBlockState(BlockPos p_180495_1_) |
FluidState |
getFluidState(BlockPos p_204610_1_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clip, clipWithInteractionOverride, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxBuildHeight, getMaxLightLevel, traverseBlocks
private final BlockState[] column
public Blockreader(BlockState[] p_i231623_1_)
@Nullable public TileEntity getBlockEntity(BlockPos p_175625_1_)
getBlockEntity
in interface IBlockReader
public BlockState getBlockState(BlockPos p_180495_1_)
getBlockState
in interface IBlockReader
public FluidState getFluidState(BlockPos p_204610_1_)
getFluidState
in interface IBlockReader