Uses of Class
net.minecraft.world.Heightmap.Purpose
| Package | Description |
|---|---|
| net.minecraft.world |
-
Uses of Heightmap.Purpose in net.minecraft.world
Fields in net.minecraft.world declared as Heightmap.Purpose Modifier and Type Field Description private Heightmap.PurposeHeightmap.Type. purposeMethods in net.minecraft.world that return Heightmap.Purpose Modifier and Type Method Description static Heightmap.PurposeHeightmap.Purpose. valueOf(String name)Returns the enum constant of this type with the specified name.static Heightmap.Purpose[]Heightmap.Purpose. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world with parameters of type Heightmap.Purpose Constructor Description Type(String name, Heightmap.Purpose purpose, Predicate<BlockState> blockPredicate)