Uses of Class
net.minecraft.world.gen.decorator.CountNoiseDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of CountNoiseDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountNoiseDecoratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<CountNoiseDecoratorConfig>CountNoiseDecoratorConfig. CODECstatic Decorator<CountNoiseDecoratorConfig>Decorator. COUNT_NOISEMethods in net.minecraft.world.gen.decorator with parameters of type CountNoiseDecoratorConfig Modifier and Type Method Description protected intCountNoiseDecorator. getCount(Random random, CountNoiseDecoratorConfig countNoiseDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountNoiseDecoratorConfig Constructor Description CountNoiseDecorator(com.mojang.serialization.Codec<CountNoiseDecoratorConfig> configCodec)