Enum Class OceanRuinStructure.BiomeTemperature
java.lang.Object
java.lang.Enum<OceanRuinStructure.BiomeTemperature>
net.minecraft.world.gen.structure.OceanRuinStructure.BiomeTemperature
- All Implemented Interfaces:
Serializable,Comparable<OceanRuinStructure.BiomeTemperature>,Constable,StringIdentifiable
- Enclosing class:
OceanRuinStructure
public static enum OceanRuinStructure.BiomeTemperature
extends Enum<OceanRuinStructure.BiomeTemperature>
implements StringIdentifiable
- Mappings:
Namespace Name intermediary net/minecraft/class_3411$class_3413official duc$anamed net/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<OceanRuinStructure.BiomeTemperature>private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.getName()Returns the enum constant of this class with the specified name.static OceanRuinStructure.BiomeTemperature[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WARM
- Mappings:
Namespace Name Mixin selector intermediary field_14532Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;official aLduc$a;a:Lduc$a;named WARMLnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;WARM:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
-
COLD
- Mappings:
Namespace Name Mixin selector intermediary field_14528Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;official bLduc$a;b:Lduc$a;named COLDLnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;COLD:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_24990Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;official cLduc$a;c:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector intermediary field_14529Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;official dLduc$a;d:Ljava/lang/String;named nameLnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;name:Ljava/lang/String;
-
-
Constructor Details
-
BiomeTemperature
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lduc$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector intermediary method_14831Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;official aLduc$a;a()Ljava/lang/String;named getNameLnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;getName()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLapr;c()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-