Uses of Class
net.minecraft.world.gen.decorator.CountNoiseBiasedDecoratorConfig
Packages that use CountNoiseBiasedDecoratorConfig
-
Uses of CountNoiseBiasedDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountNoiseBiasedDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig>CountNoiseBiasedDecoratorConfig.CODECstatic final Decorator<CountNoiseBiasedDecoratorConfig>Decorator.COUNT_NOISE_BIASEDMethods in net.minecraft.world.gen.decorator with parameters of type CountNoiseBiasedDecoratorConfigModifier and TypeMethodDescriptionprotected intCountNoiseBiasedDecorator.getCount(Random random, CountNoiseBiasedDecoratorConfig countNoiseBiasedDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountNoiseBiasedDecoratorConfigModifierConstructorDescriptionCountNoiseBiasedDecorator(com.mojang.serialization.Codec<CountNoiseBiasedDecoratorConfig> configCodec)