Package net.minecraft.world.gen
Enum Class StructureWeightType
- All Implemented Interfaces:
Serializable
,Comparable<StructureWeightType>
,Constable
- Mappings:
Namespace Name official ctg
intermediary net/minecraft/class_5847
named net/minecraft/world/gen/StructureWeightType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructureWeightType
Returns 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 a
Lctg;a:Lctg;
intermediary field_28922
Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
named NONE
Lnet/minecraft/world/gen/StructureWeightType;NONE:Lnet/minecraft/world/gen/StructureWeightType;
-
BURY
- Mappings:
Namespace Name Mixin selector official b
Lctg;b:Lctg;
intermediary field_28923
Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
named BURY
Lnet/minecraft/world/gen/StructureWeightType;BURY:Lnet/minecraft/world/gen/StructureWeightType;
-
BEARD
- Mappings:
Namespace Name Mixin selector official c
Lctg;c:Lctg;
intermediary field_28924
Lnet/minecraft/class_5847;field_28924:Lnet/minecraft/class_5847;
named BEARD
Lnet/minecraft/world/gen/StructureWeightType;BEARD:Lnet/minecraft/world/gen/StructureWeightType;
-
-
Constructor Details
-
StructureWeightType
private 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
-