Package net.minecraft.world
Class Blockreader
java.lang.Object
net.minecraft.world.Blockreader
- All Implemented Interfaces:
IBlockReader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity
(BlockPos p_175625_1_) getBlockState
(BlockPos p_180495_1_) 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 Details
-
column
-
-
Constructor Details
-
Blockreader
-
-
Method Details
-
getBlockEntity
- Specified by:
getBlockEntity
in interfaceIBlockReader
-
getBlockState
- Specified by:
getBlockState
in interfaceIBlockReader
-
getFluidState
- Specified by:
getFluidState
in interfaceIBlockReader
-