Package net.minecraft.world.gen.feature
Enum OceanRuinFeature.BiomeType
java.lang.Object
java.lang.Enum<OceanRuinFeature.BiomeType>
net.minecraft.world.gen.feature.OceanRuinFeature.BiomeType
- All Implemented Interfaces:
Serializable,Comparable<OceanRuinFeature.BiomeType>,java.lang.constant.Constable,StringIdentifiable
- Enclosing class:
- OceanRuinFeature
public static enum OceanRuinFeature.BiomeType
extends Enum<OceanRuinFeature.BiomeType>
implements StringIdentifiable
- Mappings:
Namespace Name official dai$bintermediary 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 Map<String,OceanRuinFeature.BiomeType>static com.mojang.serialization.Codec<OceanRuinFeature.BiomeType>private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()getName()static OceanRuinFeature.BiomeTypeReturns the enum constant of this type with the specified name.static OceanRuinFeature.BiomeType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WARM
- Mappings:
Namespace Name Mixin selector official aLdai$b;a:Ldai$b;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 bLdai$b;b:Ldai$b;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 cLdai$b;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 dLdai$b;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 eLdai$b;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>Ldai$b;<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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector official aLdai$b;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 aLdai$b;a(Ljava/lang/String;)Ldai$b;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 cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-