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, RegistryEntry<PlacedFeature> featureEntry) GenerationSettings.LookupBackedBuilder.feature
(GenerationStep.Feature featureStep, RegistryKey<PlacedFeature> featureKey) -
Uses of GenerationStep.Feature in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type GenerationStep.FeatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GenerationStep.Feature> GenerationStep.Feature.CODEC
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.structure
Fields in net.minecraft.world.gen.structure declared as GenerationStep.FeatureModifier and TypeFieldDescriptionprivate GenerationStep.Feature
Structure.Config.Builder.step
private final GenerationStep.Feature
Structure.Config.step
The field for thestep
record component.Methods in net.minecraft.world.gen.structure that return GenerationStep.FeatureModifier and TypeMethodDescriptionStructure.getFeatureGenerationStep()
Structure.Config.step()
Returns the value of thestep
record component.Methods in net.minecraft.world.gen.structure with parameters of type GenerationStep.FeatureConstructors in net.minecraft.world.gen.structure with parameters of type GenerationStep.FeatureModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)