Package net.minecraft.world.gen
Interface IWorldGenerationBaseReader
-
- All Known Subinterfaces:
IBiomeReader
,ISeedReader
,IServerWorld
,IWorld
,IWorldGenerationReader
- All Known Implementing Classes:
ClientWorld
,ServerWorld
,World
,WorldGenRegion
public interface IWorldGenerationBaseReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockPos
getHeightmapPos(Heightmap.Type p_205770_1_, BlockPos p_205770_2_)
boolean
isStateAtPosition(BlockPos p_217375_1_, java.util.function.Predicate<BlockState> p_217375_2_)
-
-
-
Method Detail
-
isStateAtPosition
boolean isStateAtPosition(BlockPos p_217375_1_, java.util.function.Predicate<BlockState> p_217375_2_)
-
getHeightmapPos
BlockPos getHeightmapPos(Heightmap.Type p_205770_1_, BlockPos p_205770_2_)
-
-