Package net.minecraft.world.gen
Enum Class GenerationStep.Feature
- All Implemented Interfaces:
Serializable,Comparable<GenerationStep.Feature>,Constable
- Enclosing class:
GenerationStep
- Mappings:
Namespace Name official cts$bintermediary net/minecraft/class_2893$class_2895named net/minecraft/world/gen/GenerationStep$Feature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 official aLcts$b;a:Lcts$b;intermediary field_13174Lnet/minecraft/class_2893$class_2895;field_13174:Lnet/minecraft/class_2893$class_2895;named RAW_GENERATIONLnet/minecraft/world/gen/GenerationStep$Feature;RAW_GENERATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
LAKES
- Mappings:
Namespace Name Mixin selector official bLcts$b;b:Lcts$b;intermediary field_25186Lnet/minecraft/class_2893$class_2895;field_25186:Lnet/minecraft/class_2893$class_2895;named LAKESLnet/minecraft/world/gen/GenerationStep$Feature;LAKES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
LOCAL_MODIFICATIONS
- Mappings:
Namespace Name Mixin selector official cLcts$b;c:Lcts$b;intermediary field_13171Lnet/minecraft/class_2893$class_2895;field_13171:Lnet/minecraft/class_2893$class_2895;named LOCAL_MODIFICATIONSLnet/minecraft/world/gen/GenerationStep$Feature;LOCAL_MODIFICATIONS:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_STRUCTURES
- Mappings:
Namespace Name Mixin selector official dLcts$b;d:Lcts$b;intermediary field_13172Lnet/minecraft/class_2893$class_2895;field_13172:Lnet/minecraft/class_2893$class_2895;named UNDERGROUND_STRUCTURESLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
SURFACE_STRUCTURES
- Mappings:
Namespace Name Mixin selector official eLcts$b;e:Lcts$b;intermediary field_13173Lnet/minecraft/class_2893$class_2895;field_13173:Lnet/minecraft/class_2893$class_2895;named SURFACE_STRUCTURESLnet/minecraft/world/gen/GenerationStep$Feature;SURFACE_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
STRONGHOLDS
- Mappings:
Namespace Name Mixin selector official fLcts$b;f:Lcts$b;intermediary field_25187Lnet/minecraft/class_2893$class_2895;field_25187:Lnet/minecraft/class_2893$class_2895;named STRONGHOLDSLnet/minecraft/world/gen/GenerationStep$Feature;STRONGHOLDS:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_ORES
- Mappings:
Namespace Name Mixin selector official gLcts$b;g:Lcts$b;intermediary field_13176Lnet/minecraft/class_2893$class_2895;field_13176:Lnet/minecraft/class_2893$class_2895;named UNDERGROUND_ORESLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_ORES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_DECORATION
- Mappings:
Namespace Name Mixin selector official hLcts$b;h:Lcts$b;intermediary field_13177Lnet/minecraft/class_2893$class_2895;field_13177:Lnet/minecraft/class_2893$class_2895;named UNDERGROUND_DECORATIONLnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
FLUID_SPRINGS
- Mappings:
Namespace Name Mixin selector official iLcts$b;i:Lcts$b;intermediary field_35182Lnet/minecraft/class_2893$class_2895;field_35182:Lnet/minecraft/class_2893$class_2895;named FLUID_SPRINGSLnet/minecraft/world/gen/GenerationStep$Feature;FLUID_SPRINGS:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
VEGETAL_DECORATION
- Mappings:
Namespace Name Mixin selector official jLcts$b;j:Lcts$b;intermediary field_13178Lnet/minecraft/class_2893$class_2895;field_13178:Lnet/minecraft/class_2893$class_2895;named VEGETAL_DECORATIONLnet/minecraft/world/gen/GenerationStep$Feature;VEGETAL_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
TOP_LAYER_MODIFICATION
- Mappings:
Namespace Name Mixin selector official kLcts$b;k:Lcts$b;intermediary field_13179Lnet/minecraft/class_2893$class_2895;field_13179:Lnet/minecraft/class_2893$class_2895;named TOP_LAYER_MODIFICATIONLnet/minecraft/world/gen/GenerationStep$Feature;TOP_LAYER_MODIFICATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
-
Constructor Details
-
Feature
private Feature()
-
-
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
-