Uses of Class
net.minecraft.world.gen.decorator.ScatterDecoratorConfig
Packages that use ScatterDecoratorConfig
-
Uses of ScatterDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type ScatterDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ScatterDecoratorConfig>ScatterDecoratorConfig.CODECstatic final Decorator<ScatterDecoratorConfig>Decorator.SCATTERMethods in net.minecraft.world.gen.decorator with parameters of type ScatterDecoratorConfigModifier and TypeMethodDescriptionScatterDecorator.getPositions(DecoratorContext decoratorContext, Random random, ScatterDecoratorConfig scatterDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type ScatterDecoratorConfigModifierConstructorDescriptionScatterDecorator(com.mojang.serialization.Codec<ScatterDecoratorConfig> configCodec)