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 dez$aintermediary net/minecraft/class_3411$class_3413named 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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String,OceanRuinFeature.BiomeType> static final com.mojang.serialization.Codec<OceanRuinFeature.BiomeType>private final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()getName()static OceanRuinFeature.BiomeTypeReturns 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 aLdez$a;a:Ldez$a;intermediary field_14532Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;named WARMLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;WARM:Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
COLD
- Mappings:
Namespace Name Mixin selector official bLdez$a;b:Ldez$a;intermediary field_14528Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;named COLDLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;COLD:Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official cLdez$a;c:Lcom/mojang/serialization/Codec;intermediary field_24990Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;CODEC:Lcom/mojang/serialization/Codec;
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official dLdez$a;d:Ljava/util/Map;intermediary field_14530Lnet/minecraft/class_3411$class_3413;field_14530:Ljava/util/Map;named BY_NAMELnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;BY_NAME:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official eLdez$a;e:Ljava/lang/String;intermediary field_14529Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;named nameLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;name:Ljava/lang/String;
-
-
Constructor Details
-
BiomeType
- Mappings:
Namespace Name Mixin selector official <init>Ldez$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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 aLdez$a;a()Ljava/lang/String;intermediary method_14831Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;named getNameLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;getName()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official aLdez$a;a(Ljava/lang/String;)Ldez$a;intermediary method_14830Lnet/minecraft/class_3411$class_3413;method_14830(Ljava/lang/String;)Lnet/minecraft/class_3411$class_3413;named byNameLnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;byName(Ljava/lang/String;)Lnet/minecraft/world/gen/feature/OceanRuinFeature$BiomeType;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLajl;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-