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 pos, BlockEntityType<T> type) getHeightmapPos(Heightmap.Types heightmapType, BlockPos pos) booleanisFluidAtPosition(BlockPos pos, Predicate<FluidState> predicate) booleanisStateAtPosition(BlockPos pos, Predicate<BlockState> state)
-
Method Details
-
isStateAtPosition
-
isFluidAtPosition
-
getBlockEntity
-
getHeightmapPos
-