Uses of Enum Class
net.minecraft.world.level.levelgen.GenerationStep.Decoration
Packages that use GenerationStep.Decoration
Package
Description
- 
Uses of GenerationStep.Decoration in net.minecraft.data.worldgenMethods in net.minecraft.data.worldgen with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionstatic Structure.StructureSettingsStructures.structure(HolderSet<Biome> p_256015_, Map<MobCategory, StructureSpawnOverride> p_256297_, GenerationStep.Decoration p_255729_, TerrainAdjustment p_255865_) private static Structure.StructureSettingsStructures.structure(HolderSet<Biome> p_255731_, GenerationStep.Decoration p_256551_, TerrainAdjustment p_256463_) 
- 
Uses of GenerationStep.Decoration in net.minecraft.world.level.biomeMethods in net.minecraft.world.level.biome with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addFeature(GenerationStep.Decoration p_256059_, ResourceKey<PlacedFeature> p_256259_) BiomeGenerationSettings.PlainBuilder.addFeature(GenerationStep.Decoration p_256360_, Holder<PlacedFeature> p_256577_) 
- 
Uses of GenerationStep.Decoration in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen with type parameters of type GenerationStep.DecorationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationStep.Decoration>GenerationStep.Decoration.CODECMethods in net.minecraft.world.level.levelgen that return GenerationStep.DecorationModifier and TypeMethodDescriptionstatic GenerationStep.DecorationReturns the enum constant of this class with the specified name.static GenerationStep.Decoration[]GenerationStep.Decoration.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of GenerationStep.Decoration in net.minecraft.world.level.levelgen.structureFields in net.minecraft.world.level.levelgen.structure declared as GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final GenerationStep.DecorationStructure.StructureSettings.stepThe field for thesteprecord component.Methods in net.minecraft.world.level.levelgen.structure that return GenerationStep.DecorationModifier and TypeMethodDescriptionStructure.step()Structure.StructureSettings.step()Returns the value of thesteprecord component.Constructors in net.minecraft.world.level.levelgen.structure with parameters of type GenerationStep.DecorationModifierConstructorDescriptionStructureSettings(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation) Creates an instance of aStructureSettingsrecord class.
- 
Uses of GenerationStep.Decoration in net.neoforged.neoforge.common.worldFields in net.neoforged.neoforge.common.world declared as GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final GenerationStep.DecorationBiomeModifiers.AddFeaturesBiomeModifier.stepThe field for thesteprecord component.private GenerationStep.DecorationStructureSettingsBuilder.stepFields in net.neoforged.neoforge.common.world with type parameters of type GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final Set<GenerationStep.Decoration>BiomeModifiers.RemoveFeaturesBiomeModifier.stepsThe field for thestepsrecord component.Methods in net.neoforged.neoforge.common.world that return GenerationStep.DecorationModifier and TypeMethodDescriptionStructureSettingsBuilder.getDecorationStep()Gets the world generation decoration step the structure spawns during.BiomeModifiers.AddFeaturesBiomeModifier.step()Returns the value of thesteprecord component.Methods in net.neoforged.neoforge.common.world that return types with arguments of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeModifiers.RemoveFeaturesBiomeModifier.steps()Returns the value of thestepsrecord component.Methods in net.neoforged.neoforge.common.world with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getFeatures(GenerationStep.Decoration stage) voidStructureSettingsBuilder.setDecorationStep(GenerationStep.Decoration step) Sets the world generation decoration step the structure spawns during.Constructors in net.neoforged.neoforge.common.world with parameters of type GenerationStep.DecorationModifierConstructorDescriptionAddFeaturesBiomeModifier(HolderSet<Biome> biomes, HolderSet<PlacedFeature> features, GenerationStep.Decoration step) Creates an instance of aAddFeaturesBiomeModifierrecord class.privateStructureSettingsBuilder(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation) Constructor parameters in net.neoforged.neoforge.common.world with type arguments of type GenerationStep.DecorationModifierConstructorDescriptionRemoveFeaturesBiomeModifier(HolderSet<Biome> biomes, HolderSet<PlacedFeature> features, Set<GenerationStep.Decoration> steps) Creates an instance of aRemoveFeaturesBiomeModifierrecord class.