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 named net/minecraft/world/gen/StructureTerrainAdaptation
intermediary net/minecraft/class_5847
official eix
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StructureTerrainAdaptation> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
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 named NONE
Lnet/minecraft/world/gen/StructureTerrainAdaptation;NONE:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
intermediary field_28922
Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
official a
Leix;a:Leix;
-
BURY
- Mappings:
Namespace Name Mixin selector named BURY
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BURY:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
intermediary field_28923
Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
official b
Leix;b:Leix;
-
BEARD_THIN
- Mappings:
Namespace Name Mixin selector named BEARD_THIN
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_THIN:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
intermediary field_38431
Lnet/minecraft/class_5847;field_38431:Lnet/minecraft/class_5847;
official c
Leix;c:Leix;
-
BEARD_BOX
- Mappings:
Namespace Name Mixin selector named BEARD_BOX
Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_BOX:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
intermediary field_38432
Lnet/minecraft/class_5847;field_38432:Lnet/minecraft/class_5847;
official d
Leix;d:Leix;
-
ENCAPSULATE
- Mappings:
Namespace Name Mixin selector named ENCAPSULATE
Lnet/minecraft/world/gen/StructureTerrainAdaptation;ENCAPSULATE:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
intermediary field_51413
Lnet/minecraft/class_5847;field_51413:Lnet/minecraft/class_5847;
official e
Leix;e:Leix;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/gen/StructureTerrainAdaptation;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_38433
Lnet/minecraft/class_5847;field_38433:Lcom/mojang/serialization/Codec;
official f
Leix;f:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/gen/StructureTerrainAdaptation;name:Ljava/lang/String;
intermediary field_38434
Lnet/minecraft/class_5847;field_38434:Ljava/lang/String;
official g
Leix;g:Ljava/lang/String;
-
-
Constructor Details
-
StructureTerrainAdaptation
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/gen/StructureTerrainAdaptation;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5847;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Leix;<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 named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-