Uses of Enum Class
net.minecraft.world.gen.GenerationStep.Feature
Package
Description
-
Uses of GenerationStep.Feature in net.minecraft.world.biome
Modifier and TypeMethodDescriptionGenerationSettings.Builder.feature
(GenerationStep.Feature featureStep, RegistryEntry<PlacedFeature> feature) -
Uses of GenerationStep.Feature in net.minecraft.world.gen
Modifier and TypeMethodDescriptionstatic GenerationStep.Feature
Returns the enum constant of this class with the specified name.static GenerationStep.Feature[]
GenerationStep.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationStep.Feature in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionprivate static final Map<StructureFeature<?>,
GenerationStep.Feature> StructureFeature.STRUCTURE_TO_GENERATION_STEP
Modifier and TypeMethodDescriptionStructureFeature.getGenerationStep()
Gets the step during which this structure will participate in world generation.Modifier and TypeMethodDescriptionprivate static <F extends StructureFeature<?>>
FStructureFeature.register
(String name, F structureFeature, GenerationStep.Feature step)