public interface IBlockReader
Modifier and Type | Method and Description |
---|---|
IBlockState |
getBlockState(BlockPos pos) |
IFluidState |
getFluidState(BlockPos pos) |
default int |
getMaxLightLevel() |
TileEntity |
getTileEntity(BlockPos pos) |
@Nullable TileEntity getTileEntity(BlockPos pos)
IBlockState getBlockState(BlockPos pos)
IFluidState getFluidState(BlockPos pos)
default int getMaxLightLevel()