Uses of Class
net.minecraft.world.Heightmap
| Package | Description |
|---|---|
| net.minecraft.world.chunk |
-
Uses of Heightmap in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Heightmap Modifier and Type Field Description private Map<Heightmap.Type,Heightmap>ProtoChunk. heightmapsprivate Map<Heightmap.Type,Heightmap>WorldChunk. heightmapsMethods in net.minecraft.world.chunk that return Heightmap Modifier and Type Method Description HeightmapChunk. getHeightmap(Heightmap.Type type)HeightmapProtoChunk. getHeightmap(Heightmap.Type type)HeightmapWorldChunk. getHeightmap(Heightmap.Type type)Methods in net.minecraft.world.chunk that return types with arguments of type Heightmap Modifier and Type Method Description Collection<Map.Entry<Heightmap.Type,Heightmap>>Chunk. getHeightmaps()Collection<Map.Entry<Heightmap.Type,Heightmap>>ProtoChunk. getHeightmaps()Collection<Map.Entry<Heightmap.Type,Heightmap>>WorldChunk. getHeightmaps()