Uses of Enum Class
net.minecraft.world.gen.GenerationStep.Feature
Packages that use GenerationStep.Feature
Package
Description
-
Uses of GenerationStep.Feature in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type GenerationStep.FeatureModifier and TypeMethodDescriptionGenerationSettings.Builder.feature(GenerationStep.Feature featureStep, ConfiguredFeature<?,?> feature)
-
Uses of GenerationStep.Feature in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return GenerationStep.FeatureModifier 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
Fields in net.minecraft.world.gen.feature with type parameters of type GenerationStep.FeatureModifier and TypeFieldDescriptionprivate static Map<StructureFeature<?>,GenerationStep.Feature>
StructureFeature.STRUCTURE_TO_GENERATION_STEP
Methods in net.minecraft.world.gen.feature that return GenerationStep.FeatureModifier and TypeMethodDescriptionStructureFeature.getGenerationStep()
Gets the step during which this structure will participate in world generation.Methods in net.minecraft.world.gen.feature with parameters of type GenerationStep.FeatureModifier and TypeMethodDescriptionprivate static <F extends StructureFeature<?>>
FStructureFeature.register(String name, F structureFeature, GenerationStep.Feature step)