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> featureEntry) GenerationSettings.LookupBackedBuilder.feature
(GenerationStep.Feature featureStep, RegistryKey<PlacedFeature> featureKey) -
Uses of GenerationStep.Feature in net.minecraft.world.gen
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<GenerationStep.Feature>
GenerationStep.Feature.CODEC
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.structure
Modifier and TypeFieldDescriptionprivate final GenerationStep.Feature
Structure.Config.step
The field for thestep
record component.Modifier and TypeMethodDescriptionStructure.getFeatureGenerationStep()
Structure.Config.step()
Returns the value of thestep
record component.Modifier and TypeMethodDescriptionprivate static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, Map<SpawnGroup, StructureSpawns> spawns, GenerationStep.Feature featureStep, StructureTerrainAdaptation terrainAdaptation) private static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, GenerationStep.Feature featureStep, StructureTerrainAdaptation terrainAdaptation) ModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)