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 named net/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature
intermediary net/minecraft/class_3411$class_3413
official eky$a
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<OceanRuinStructure.BiomeTemperature> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
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 named WARM
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;WARM:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
intermediary field_14532
Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;
official a
Leky$a;a:Leky$a;
-
COLD
- Mappings:
Namespace Name Mixin selector named COLD
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;COLD:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
intermediary field_14528
Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;
official b
Leky$a;b:Leky$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_24990
Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;
official c
Leky$a;c:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;name:Ljava/lang/String;
intermediary field_14529
Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;
official d
Leky$a;d:Ljava/lang/String;
-
-
Constructor Details
-
BiomeTemperature
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Leky$a;<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 named getName
Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;getName()Ljava/lang/String;
intermediary method_14831
Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;
official a
Leky$a;a()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 named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-