Uses of Class
net.minecraft.world.gen.Heightmap
Packages that use Heightmap
-
Uses of Heightmap in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type HeightmapModifier and TypeFieldDescriptionprivate final Map<Heightmap.Type,Heightmap> Chunk.heightmapsprivate final Map<Heightmap.Type,Heightmap> ChunkPrimer.heightmapsMethods in net.minecraft.world.chunk that return HeightmapModifier and TypeMethodDescriptionChunk.getOrCreateHeightmapUnprimed(Heightmap.Type p_217303_1_) ChunkPrimer.getOrCreateHeightmapUnprimed(Heightmap.Type p_217303_1_) IChunk.getOrCreateHeightmapUnprimed(Heightmap.Type p_217303_1_) Methods in net.minecraft.world.chunk that return types with arguments of type HeightmapModifier and TypeMethodDescriptionChunk.getHeightmaps()ChunkPrimer.getHeightmaps()IChunk.getHeightmaps()