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.worldgen
Methods in net.minecraft.data.worldgen with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionprivate static Structure.StructureSettings
Structures.structure
(TagKey<Biome> p_236546_, Map<MobCategory, StructureSpawnOverride> p_236547_, GenerationStep.Decoration p_236548_, TerrainAdjustment p_236549_) private static Structure.StructureSettings
Structures.structure
(TagKey<Biome> p_236539_, GenerationStep.Decoration p_236540_, TerrainAdjustment p_236541_) -
Uses of GenerationStep.Decoration in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addFeature
(GenerationStep.Decoration p_204202_, Holder<PlacedFeature> p_204203_) -
Uses of GenerationStep.Decoration in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GenerationStep.DecorationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationStep.Decoration>
GenerationStep.Decoration.CODEC
Methods in net.minecraft.world.level.levelgen that return GenerationStep.DecorationModifier and TypeMethodDescriptionstatic GenerationStep.Decoration
Returns 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.structure
Fields in net.minecraft.world.level.levelgen.structure declared as GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final GenerationStep.Decoration
Structure.StructureSettings.step
The field for thestep
record component.Methods in net.minecraft.world.level.levelgen.structure that return GenerationStep.DecorationModifier and TypeMethodDescriptionStructure.step()
Structure.StructureSettings.step()
Returns the value of thestep
record 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 aStructureSettings
record class. -
Uses of GenerationStep.Decoration in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world declared as GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final GenerationStep.Decoration
ForgeBiomeModifiers.AddFeaturesBiomeModifier.step
The field for thestep
record component.private GenerationStep.Decoration
StructureSettingsBuilder.step
Fields in net.minecraftforge.common.world with type parameters of type GenerationStep.DecorationModifier and TypeFieldDescriptionprivate final Set<GenerationStep.Decoration>
ForgeBiomeModifiers.RemoveFeaturesBiomeModifier.steps
The field for thesteps
record component.Methods in net.minecraftforge.common.world that return GenerationStep.DecorationModifier and TypeMethodDescriptionStructureSettingsBuilder.getDecorationStep()
Gets the world generation decoration step the structure spawns during.ForgeBiomeModifiers.AddFeaturesBiomeModifier.step()
Returns the value of thestep
record component.Methods in net.minecraftforge.common.world that return types with arguments of type GenerationStep.DecorationModifier and TypeMethodDescriptionForgeBiomeModifiers.RemoveFeaturesBiomeModifier.steps()
Returns the value of thesteps
record component.Methods in net.minecraftforge.common.world with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getFeatures
(GenerationStep.Decoration stage) void
StructureSettingsBuilder.setDecorationStep
(GenerationStep.Decoration step) Sets the world generation decoration step the structure spawns during.Constructors in net.minecraftforge.common.world with parameters of type GenerationStep.DecorationModifierConstructorDescriptionAddFeaturesBiomeModifier
(HolderSet<Biome> biomes, HolderSet<PlacedFeature> features, GenerationStep.Decoration step) Creates an instance of aAddFeaturesBiomeModifier
record class.private
StructureSettingsBuilder
(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation) Constructor parameters in net.minecraftforge.common.world with type arguments of type GenerationStep.DecorationModifierConstructorDescriptionRemoveFeaturesBiomeModifier
(HolderSet<Biome> biomes, HolderSet<PlacedFeature> features, Set<GenerationStep.Decoration> steps) Creates an instance of aRemoveFeaturesBiomeModifier
record class.