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 official dtu$a
intermediary net/minecraft/class_3411$class_3413
named 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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<OceanRuinStructure.BiomeTemperature>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
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 official a
Ldtu$a;a:Ldtu$a;
intermediary field_14532
Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;
named WARM
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;WARM:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
-
COLD
- Mappings:
Namespace Name Mixin selector official b
Ldtu$a;b:Ldtu$a;
intermediary field_14528
Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;
named COLD
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;COLD:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official c
Ldtu$a;c:Lcom/mojang/serialization/Codec;
intermediary field_24990
Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official d
Ldtu$a;d:Ljava/lang/String;
intermediary field_14529
Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;name:Ljava/lang/String;
-
-
Constructor Details
-
BiomeTemperature
- Mappings:
Namespace Name Mixin selector official <init>
Ldtu$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <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 official a
Ldtu$a;a()Ljava/lang/String;
intermediary method_14831
Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;
named getName
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;getName()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laqa;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-