Package net.minecraft.world.level
Interface LevelSimulatedReader
- All Known Subinterfaces:
CommonLevelAccessor
,LevelAccessor
,LevelSimulatedRW
,ServerLevelAccessor
,WorldGenLevel
- All Known Implementing Classes:
ClientLevel
,Level
,ServerLevel
,WorldGenRegion
public interface LevelSimulatedReader
-
Method Summary
Modifier and TypeMethodDescription<T extends BlockEntity>
Optional<T> getBlockEntity
(BlockPos pPos, BlockEntityType<T> pType) getHeightmapPos
(Heightmap.Types pHeightmapType, BlockPos pPos) boolean
isFluidAtPosition
(BlockPos pPos, Predicate<FluidState> pPredicate) boolean
isStateAtPosition
(BlockPos pPos, Predicate<BlockState> pState)
-
Method Details
-
isStateAtPosition
-
isFluidAtPosition
-
getBlockEntity
-
getHeightmapPos
-