Package net.minecraft.world.gen
Enum GenerationStep.Feature
- All Implemented Interfaces:
Serializable
,Comparable<GenerationStep.Feature>
,java.lang.constant.Constable
- Enclosing class:
- GenerationStep
public static enum GenerationStep.Feature extends Enum<GenerationStep.Feature>
- Mappings:
Namespace Name official cmi$b
intermediary net/minecraft/class_2893$class_2895
named 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 Enum Constant Description LAKES
LOCAL_MODIFICATIONS
RAW_GENERATION
STRONGHOLDS
SURFACE_STRUCTURES
TOP_LAYER_MODIFICATION
UNDERGROUND_DECORATION
UNDERGROUND_ORES
UNDERGROUND_STRUCTURES
VEGETAL_DECORATION
-
Constructor Summary
Constructors Modifier Constructor Description private
Feature()
-
Method Summary
Modifier and Type Method Description static GenerationStep.Feature
valueOf(String name)
Returns the enum constant of this type with the specified name.static GenerationStep.Feature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RAW_GENERATION
- Mappings:
Namespace Name Mixin selector official a
Lcmi$b;a:Lcmi$b;
intermediary field_13174
Lnet/minecraft/class_2893$class_2895;field_13174:Lnet/minecraft/class_2893$class_2895;
named RAW_GENERATION
Lnet/minecraft/world/gen/GenerationStep$Feature;RAW_GENERATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
LAKES
- Mappings:
Namespace Name Mixin selector official b
Lcmi$b;b:Lcmi$b;
intermediary field_25186
Lnet/minecraft/class_2893$class_2895;field_25186:Lnet/minecraft/class_2893$class_2895;
named LAKES
Lnet/minecraft/world/gen/GenerationStep$Feature;LAKES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
LOCAL_MODIFICATIONS
- Mappings:
Namespace Name Mixin selector official c
Lcmi$b;c:Lcmi$b;
intermediary field_13171
Lnet/minecraft/class_2893$class_2895;field_13171:Lnet/minecraft/class_2893$class_2895;
named LOCAL_MODIFICATIONS
Lnet/minecraft/world/gen/GenerationStep$Feature;LOCAL_MODIFICATIONS:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_STRUCTURES
- Mappings:
Namespace Name Mixin selector official d
Lcmi$b;d:Lcmi$b;
intermediary field_13172
Lnet/minecraft/class_2893$class_2895;field_13172:Lnet/minecraft/class_2893$class_2895;
named UNDERGROUND_STRUCTURES
Lnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
SURFACE_STRUCTURES
- Mappings:
Namespace Name Mixin selector official e
Lcmi$b;e:Lcmi$b;
intermediary field_13173
Lnet/minecraft/class_2893$class_2895;field_13173:Lnet/minecraft/class_2893$class_2895;
named SURFACE_STRUCTURES
Lnet/minecraft/world/gen/GenerationStep$Feature;SURFACE_STRUCTURES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
STRONGHOLDS
- Mappings:
Namespace Name Mixin selector official f
Lcmi$b;f:Lcmi$b;
intermediary field_25187
Lnet/minecraft/class_2893$class_2895;field_25187:Lnet/minecraft/class_2893$class_2895;
named STRONGHOLDS
Lnet/minecraft/world/gen/GenerationStep$Feature;STRONGHOLDS:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_ORES
- Mappings:
Namespace Name Mixin selector official g
Lcmi$b;g:Lcmi$b;
intermediary field_13176
Lnet/minecraft/class_2893$class_2895;field_13176:Lnet/minecraft/class_2893$class_2895;
named UNDERGROUND_ORES
Lnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_ORES:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
UNDERGROUND_DECORATION
- Mappings:
Namespace Name Mixin selector official h
Lcmi$b;h:Lcmi$b;
intermediary field_13177
Lnet/minecraft/class_2893$class_2895;field_13177:Lnet/minecraft/class_2893$class_2895;
named UNDERGROUND_DECORATION
Lnet/minecraft/world/gen/GenerationStep$Feature;UNDERGROUND_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
VEGETAL_DECORATION
- Mappings:
Namespace Name Mixin selector official i
Lcmi$b;i:Lcmi$b;
intermediary field_13178
Lnet/minecraft/class_2893$class_2895;field_13178:Lnet/minecraft/class_2893$class_2895;
named VEGETAL_DECORATION
Lnet/minecraft/world/gen/GenerationStep$Feature;VEGETAL_DECORATION:Lnet/minecraft/world/gen/GenerationStep$Feature;
-
TOP_LAYER_MODIFICATION
- Mappings:
Namespace Name Mixin selector official j
Lcmi$b;j:Lcmi$b;
intermediary field_13179
Lnet/minecraft/class_2893$class_2895;field_13179:Lnet/minecraft/class_2893$class_2895;
named TOP_LAYER_MODIFICATION
Lnet/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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-