Package net.minecraft.world.gen
Enum Class GenerationStep.Feature
- All Implemented Interfaces:
Serializable,Comparable<GenerationStep.Feature>,Constable,StringIdentifiable
- Enclosing class:
GenerationStep
public static enum GenerationStep.Feature
extends Enum<GenerationStep.Feature>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/world/gen/GenerationStep$Featureintermediary net/minecraft/class_2893$class_2895official ehl$a
-
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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationStep.Feature> private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.getName()static GenerationStep.FeatureReturns the enum constant of this class with the specified name.static GenerationStep.Feature[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RAW_GENERATION
- Mappings:
Namespace Name Mixin selector named RAW_GENERATIONLnet/minecraft/world/gen/GenerationStep$Feature;RAW_GENERATION:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13174Lnet/minecraft/class_2893$class_2895;field_13174:Lnet/minecraft/class_2893$class_2895;official aLehl$a;a:Lehl$a;
-
LAKES
- Mappings:
Namespace Name Mixin selector named LAKESLnet/minecraft/world/gen/GenerationStep$Feature;LAKES:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_25186Lnet/minecraft/class_2893$class_2895;field_25186:Lnet/minecraft/class_2893$class_2895;official bLehl$a;b:Lehl$a;
-
LOCAL_MODIFICATIONS
- Mappings:
Namespace Name Mixin selector named LOCAL_MODIFICATIONSLnet/minecraft/world/gen/GenerationStep$Feature;LOCAL_MODIFICATIONS:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13171Lnet/minecraft/class_2893$class_2895;field_13171:Lnet/minecraft/class_2893$class_2895;official cLehl$a;c:Lehl$a;
-
UNDERGROUND_STRUCTURES
- Mappings:
Namespace Name Mixin selector named UNDERGROUND_STRUCTURESLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13172Lnet/minecraft/class_2893$class_2895;field_13172:Lnet/minecraft/class_2893$class_2895;official dLehl$a;d:Lehl$a;
-
SURFACE_STRUCTURES
- Mappings:
Namespace Name Mixin selector named SURFACE_STRUCTURESLnet/minecraft/world/gen/GenerationStep$Feature;SURFACE_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13173Lnet/minecraft/class_2893$class_2895;field_13173:Lnet/minecraft/class_2893$class_2895;official eLehl$a;e:Lehl$a;
-
STRONGHOLDS
- Mappings:
Namespace Name Mixin selector named STRONGHOLDSLnet/minecraft/world/gen/GenerationStep$Feature;STRONGHOLDS:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_25187Lnet/minecraft/class_2893$class_2895;field_25187:Lnet/minecraft/class_2893$class_2895;official fLehl$a;f:Lehl$a;
-
UNDERGROUND_ORES
- Mappings:
Namespace Name Mixin selector named UNDERGROUND_ORESLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_ORES:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13176Lnet/minecraft/class_2893$class_2895;field_13176:Lnet/minecraft/class_2893$class_2895;official gLehl$a;g:Lehl$a;
-
UNDERGROUND_DECORATION
- Mappings:
Namespace Name Mixin selector named UNDERGROUND_DECORATIONLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13177Lnet/minecraft/class_2893$class_2895;field_13177:Lnet/minecraft/class_2893$class_2895;official hLehl$a;h:Lehl$a;
-
FLUID_SPRINGS
- Mappings:
Namespace Name Mixin selector named FLUID_SPRINGSLnet/minecraft/world/gen/GenerationStep$Feature;FLUID_SPRINGS:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_35182Lnet/minecraft/class_2893$class_2895;field_35182:Lnet/minecraft/class_2893$class_2895;official iLehl$a;i:Lehl$a;
-
VEGETAL_DECORATION
- Mappings:
Namespace Name Mixin selector named VEGETAL_DECORATIONLnet/minecraft/world/gen/GenerationStep$Feature;VEGETAL_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13178Lnet/minecraft/class_2893$class_2895;field_13178:Lnet/minecraft/class_2893$class_2895;official jLehl$a;j:Lehl$a;
-
TOP_LAYER_MODIFICATION
- Mappings:
Namespace Name Mixin selector named TOP_LAYER_MODIFICATIONLnet/minecraft/world/gen/GenerationStep$Feature;TOP_LAYER_MODIFICATION:Lnet/minecraft/world/gen/GenerationStep$Feature;intermediary field_13179Lnet/minecraft/class_2893$class_2895;field_13179:Lnet/minecraft/class_2893$class_2895;official kLehl$a;k:Lehl$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/world/gen/GenerationStep$Feature;CODEC:Lcom/mojang/serialization/Codec;intermediary field_37680Lnet/minecraft/class_2893$class_2895;field_37680:Lcom/mojang/serialization/Codec;official lLehl$a;l:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/world/gen/GenerationStep$Feature;name:Ljava/lang/String;intermediary field_37682Lnet/minecraft/class_2893$class_2895;field_37682:Ljava/lang/String;official mLehl$a;m:Ljava/lang/String;
-
-
Constructor Details
-
Feature
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/GenerationStep$Feature;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2893$class_2895;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lehl$a;<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
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/world/gen/GenerationStep$Feature;getName()Ljava/lang/String;intermediary method_41532Lnet/minecraft/class_2893$class_2895;method_41532()Ljava/lang/String;official aLehl$a;a()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbax;c()Ljava/lang/String;
-