Package net.minecraft.world.gen
Enum Class StructureTerrainAdaptation
- All Implemented Interfaces:
Serializable
,Comparable<StructureTerrainAdaptation>
,Constable
,StringIdentifiable
public enum StructureTerrainAdaptation
extends Enum<StructureTerrainAdaptation>
implements StringIdentifiable
- Mappings:
Namespace Name official dsa
intermediary net/minecraft/class_5847
named net/minecraft/world/gen/StructureTerrainAdaptation
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<StructureTerrainAdaptation>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static StructureTerrainAdaptation
Returns the enum constant of this class with the specified name.static StructureTerrainAdaptation[]
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
Ldsa;a:Ldsa;
intermediary field_28922
Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
named NONE
Lnet/minecraft/world/gen/StructureTerrainAdaptation;NONE:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
-
BURY
- Mappings:
Namespace Name Mixin selector official b
Ldsa;b:Ldsa;
intermediary field_28923
Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
named BURY
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BURY:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
-
BEARD_THIN
- Mappings:
Namespace Name Mixin selector official c
Ldsa;c:Ldsa;
intermediary field_38431
Lnet/minecraft/class_5847;field_38431:Lnet/minecraft/class_5847;
named BEARD_THIN
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_THIN:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
-
BEARD_BOX
- Mappings:
Namespace Name Mixin selector official d
Ldsa;d:Ldsa;
intermediary field_38432
Lnet/minecraft/class_5847;field_38432:Lnet/minecraft/class_5847;
named BEARD_BOX
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_BOX:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Ldsa;e:Lcom/mojang/serialization/Codec;
intermediary field_38433
Lnet/minecraft/class_5847;field_38433:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/StructureTerrainAdaptation;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official f
Ldsa;f:Ljava/lang/String;
intermediary field_38434
Lnet/minecraft/class_5847;field_38434:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/StructureTerrainAdaptation;name:Ljava/lang/String;
-
-
Constructor Details
-
StructureTerrainAdaptation
- Mappings:
Namespace Name Mixin selector official <init>
Ldsa;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5847;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/gen/StructureTerrainAdaptation;<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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laqa;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;
-