| Package | Description |
|---|---|
| net.minecraft.world.gen |
| Modifier and Type | Field and Description |
|---|---|
private Heightmap.Usage |
Heightmap.Type.usage |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
Type(java.lang.String idIn,
Heightmap.Usage usageIn,
java.util.function.Predicate<BlockState> heightLimitPredicateIn) |