Package net.minecraft.world
Class Blockreader
java.lang.Object
net.minecraft.world.Blockreader
- All Implemented Interfaces:
IBlockReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
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, waitMethods 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:
getBlockEntityin interfaceIBlockReader
-
getBlockState
- Specified by:
getBlockStatein interfaceIBlockReader
-
getFluidState
- Specified by:
getFluidStatein interfaceIBlockReader
-