Uses of Class
net.minecraft.world.gen.decorator.CountNoiseDecoratorConfig
Packages that use CountNoiseDecoratorConfig
-
Uses of CountNoiseDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountNoiseDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CountNoiseDecoratorConfig>CountNoiseDecoratorConfig.CODECstatic final Decorator<CountNoiseDecoratorConfig>Decorator.COUNT_NOISEMethods in net.minecraft.world.gen.decorator with parameters of type CountNoiseDecoratorConfigModifier and TypeMethodDescriptionprotected intCountNoiseDecorator.getCount(Random random, CountNoiseDecoratorConfig countNoiseDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountNoiseDecoratorConfigModifierConstructorDescriptionCountNoiseDecorator(com.mojang.serialization.Codec<CountNoiseDecoratorConfig> configCodec)