Uses of Class
net.minecraft.world.gen.decorator.ChanceDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of ChanceDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type ChanceDecoratorConfig Modifier and Type Field Description static Decorator<ChanceDecoratorConfig>Decorator. CHANCEstatic com.mojang.serialization.Codec<ChanceDecoratorConfig>ChanceDecoratorConfig. CODECstatic Decorator<ChanceDecoratorConfig>Decorator. LAVA_LAKEMethods in net.minecraft.world.gen.decorator with parameters of type ChanceDecoratorConfig Modifier and Type Method Description protected intChanceDecorator. getCount(Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos)protected intLavaLakeDecorator. getCount(Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type ChanceDecoratorConfig Constructor Description ChanceDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)LavaLakeDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)