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