Package net.minecraft.world.gen
Enum Class StructureWeightType
- All Implemented Interfaces:
Serializable,Comparable<StructureWeightType>,Constable,StringIdentifiable
- Mappings:
Namespace Name official dhlintermediary net/minecraft/class_5847named net/minecraft/world/gen/StructureWeightType
-
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.class_7292<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureWeightType>private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()static StructureWeightTypeReturns the enum constant of this class with the specified name.static StructureWeightType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLdhl;a:Ldhl;intermediary field_28922Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;named NONELnet/minecraft/world/gen/StructureWeightType;NONE:Lnet/minecraft/world/gen/StructureWeightType;
-
BURY
- Mappings:
Namespace Name Mixin selector official bLdhl;b:Ldhl;intermediary field_28923Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;named BURYLnet/minecraft/world/gen/StructureWeightType;BURY:Lnet/minecraft/world/gen/StructureWeightType;
-
BEARD_THIN
- Mappings:
Namespace Name Mixin selector official cLdhl;c:Ldhl;intermediary field_38431Lnet/minecraft/class_5847;field_38431:Lnet/minecraft/class_5847;named BEARD_THINLnet/minecraft/world/gen/StructureWeightType;BEARD_THIN:Lnet/minecraft/world/gen/StructureWeightType;
-
BEARD_BOX
- Mappings:
Namespace Name Mixin selector official dLdhl;d:Ldhl;intermediary field_38432Lnet/minecraft/class_5847;field_38432:Lnet/minecraft/class_5847;named BEARD_BOXLnet/minecraft/world/gen/StructureWeightType;BEARD_BOX:Lnet/minecraft/world/gen/StructureWeightType;
-
-
Field Details
-
field_38433
- Mappings:
Namespace Name Mixin selector official eLdhl;e:Lcom/mojang/serialization/Codec;intermediary field_38433Lnet/minecraft/class_5847;field_38433:Lcom/mojang/serialization/Codec;named field_38433Lnet/minecraft/world/gen/StructureWeightType;field_38433:Lcom/mojang/serialization/Codec;
-
field_38434
- Mappings:
Namespace Name Mixin selector official fLdhl;f:Ljava/lang/String;intermediary field_38434Lnet/minecraft/class_5847;field_38434:Ljava/lang/String;named field_38434Lnet/minecraft/world/gen/StructureWeightType;field_38434:Ljava/lang/String;
-
-
Constructor Details
-
StructureWeightType
-
-
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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLakl;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-