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. heightmaps
private Map<Heightmap.Type,Heightmap>
WorldChunk. heightmaps
Methods in net.minecraft.world.chunk that return Heightmap Modifier and Type Method Description Heightmap
Chunk. getHeightmap(Heightmap.Type type)
Heightmap
ProtoChunk. getHeightmap(Heightmap.Type type)
Heightmap
WorldChunk. 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()