Uses of Class
net.minecraft.world.level.levelgen.Heightmap
Packages that use Heightmap
-
Uses of Heightmap in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type HeightmapModifier and TypeFieldDescriptionprivate Map<Heightmap.Types,Heightmap>LevelChunk.heightmapsprivate Map<Heightmap.Types,Heightmap>ProtoChunk.heightmapsMethods in net.minecraft.world.level.chunk that return HeightmapModifier and TypeMethodDescriptionChunkAccess.getOrCreateHeightmapUnprimed(Heightmap.Types p_62079_)LevelChunk.getOrCreateHeightmapUnprimed(Heightmap.Types p_62845_)ProtoChunk.getOrCreateHeightmapUnprimed(Heightmap.Types p_63193_)Methods in net.minecraft.world.level.chunk that return types with arguments of type HeightmapModifier and TypeMethodDescriptionChunkAccess.getHeightmaps()LevelChunk.getHeightmaps()ProtoChunk.getHeightmaps()