Uses of Class
net.minecraft.world.gen.Heightmap.Usage
-
Packages that use Heightmap.Usage Package Description net.minecraft.world.gen -
-
Uses of Heightmap.Usage in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as Heightmap.Usage Modifier and Type Field Description private Heightmap.Usage
Heightmap.Type. usage
Methods in net.minecraft.world.gen that return Heightmap.Usage Modifier and Type Method Description static Heightmap.Usage
Heightmap.Usage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Heightmap.Usage[]
Heightmap.Usage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world.gen with parameters of type Heightmap.Usage Constructor Description Type(java.lang.String p_i50821_3_, Heightmap.Usage p_i50821_4_, java.util.function.Predicate<BlockState> p_i50821_5_)
-