Package net.minecraft.world.gen.feature
Enum Class OceanRuinFeature.BiomeType
java.lang.Object
java.lang.Enum<OceanRuinFeature.BiomeType>
net.minecraft.world.gen.feature.OceanRuinFeature.BiomeType
- All Implemented Interfaces:
Serializable
,Comparable<OceanRuinFeature.BiomeType>
,Constable
,StringIdentifiable
- Enclosing class:
- OceanRuinFeature
public static enum OceanRuinFeature.BiomeType
extends Enum<OceanRuinFeature.BiomeType>
implements StringIdentifiable
- Mappings:
Namespace Name official dbd$b
intermediary net/minecraft/class_3411$class_3413
named net/minecraft/world/gen/feature/OceanRuinFeature$BiomeType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static Map<String,OceanRuinFeature.BiomeType>
static com.mojang.serialization.Codec<OceanRuinFeature.BiomeType>
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
getName()
static OceanRuinFeature.BiomeType
Returns the enum constant of this class with the specified name.static OceanRuinFeature.BiomeType[]
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
Ldbd$b;a:Ldbd$b;
intermediary field_14532
Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;
named WARM
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;WARM:Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
COLD
- Mappings:
Namespace Name Mixin selector official b
Ldbd$b;b:Ldbd$b;
intermediary field_14528
Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;
named COLD
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;COLD:Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official c
Ldbd$b;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/feature/OceanRuinFeature$BiomeType;CODEC:Lcom/mojang/serialization/Codec;
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official d
Ldbd$b;d:Ljava/util/Map;
intermediary field_14530
Lnet/minecraft/class_3411$class_3413;field_14530:Ljava/util/Map;
named BY_NAME
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;BY_NAME:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official e
Ldbd$b;e:Ljava/lang/String;
intermediary field_14529
Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;name:Ljava/lang/String;
-
-
Constructor Details
-
BiomeType
- Mappings:
Namespace Name Mixin selector official <init>
Ldbd$b;<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/feature/OceanRuinFeature$BiomeType;<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
Ldbd$b;a()Ljava/lang/String;
intermediary method_14831
Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;
named getName
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;getName()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official a
Ldbd$b;a(Ljava/lang/String;)Ldbd$b;
intermediary method_14830
Lnet/minecraft/class_3411$class_3413;method_14830(Ljava/lang/String;)Lnet/minecraft/class_3411$class_3413;
named byName
Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;byName(Ljava/lang/String;)Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lahh;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;
-