Package net.minecraft.world
Class Blockreader
- java.lang.Object
-
- net.minecraft.world.Blockreader
-
- All Implemented Interfaces:
IBlockReader
public final class Blockreader extends java.lang.Object implements IBlockReader
-
-
Field Summary
Fields Modifier and Type Field Description private BlockState[]
column
-
Constructor Summary
Constructors Constructor Description Blockreader(BlockState[] p_i231623_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileEntity
getBlockEntity(BlockPos p_175625_1_)
BlockState
getBlockState(BlockPos p_180495_1_)
FluidState
getFluidState(BlockPos p_204610_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.world.IBlockReader
clip, clipWithInteractionOverride, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxBuildHeight, getMaxLightLevel
-
-
-
-
Field Detail
-
column
private final BlockState[] column
-
-
Constructor Detail
-
Blockreader
public Blockreader(BlockState[] p_i231623_1_)
-
-
Method Detail
-
getBlockEntity
@Nullable public TileEntity getBlockEntity(BlockPos p_175625_1_)
- Specified by:
getBlockEntity
in interfaceIBlockReader
-
getBlockState
public BlockState getBlockState(BlockPos p_180495_1_)
- Specified by:
getBlockState
in interfaceIBlockReader
-
getFluidState
public FluidState getFluidState(BlockPos p_204610_1_)
- Specified by:
getFluidState
in interfaceIBlockReader
-
-