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.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
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.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type GenerationStep.DecorationModifier and TypeFieldDescriptionprivate static final Map<StructureFeature<?>,
GenerationStep.Decoration> StructureFeature.STEP
Methods in net.minecraft.world.level.levelgen.feature that return GenerationStep.DecorationMethods in net.minecraft.world.level.levelgen.feature with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionprivate static <F extends StructureFeature<?>>
FStructureFeature.register
(String p_67090_, F p_67091_, GenerationStep.Decoration p_67092_) -
Uses of GenerationStep.Decoration in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type GenerationStep.DecorationModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getFeatures
(GenerationStep.Decoration stage)