Package net.minecraft.world
Enum Heightmap.Purpose
- All Implemented Interfaces:
Serializable,Comparable<Heightmap.Purpose>,java.lang.constant.Constable
- Enclosing class:
- Heightmap
public static enum Heightmap.Purpose extends Enum<Heightmap.Purpose>
- Mappings:
Namespace Name official cmm$bintermediary net/minecraft/class_2902$class_2904named net/minecraft/world/Heightmap$Purpose
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description CLIENTLIVE_WORLDWORLDGEN -
Constructor Summary
Constructors Modifier Constructor Description privatePurpose() -
Method Summary
Modifier and Type Method Description static Heightmap.PurposevalueOf(String name)Returns the enum constant of this type with the specified name.static Heightmap.Purpose[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WORLDGEN
- Mappings:
Namespace Name Mixin selector official aLcmm$b;a:Lcmm$b;intermediary field_13207Lnet/minecraft/class_2902$class_2904;field_13207:Lnet/minecraft/class_2902$class_2904;named WORLDGENLnet/minecraft/world/Heightmap$Purpose;WORLDGEN:Lnet/minecraft/world/Heightmap$Purpose;
-
LIVE_WORLD
- Mappings:
Namespace Name Mixin selector official bLcmm$b;b:Lcmm$b;intermediary field_13206Lnet/minecraft/class_2902$class_2904;field_13206:Lnet/minecraft/class_2902$class_2904;named LIVE_WORLDLnet/minecraft/world/Heightmap$Purpose;LIVE_WORLD:Lnet/minecraft/world/Heightmap$Purpose;
-
CLIENT
- Mappings:
Namespace Name Mixin selector official cLcmm$b;c:Lcmm$b;intermediary field_16424Lnet/minecraft/class_2902$class_2904;field_16424:Lnet/minecraft/class_2902$class_2904;named CLIENTLnet/minecraft/world/Heightmap$Purpose;CLIENT:Lnet/minecraft/world/Heightmap$Purpose;
-
-
Constructor Details
-
Purpose
private Purpose()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-