Uses of Class
net.minecraft.world.gen.decorator.ChanceDecoratorConfig
Packages that use ChanceDecoratorConfig
-
Uses of ChanceDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type ChanceDecoratorConfigModifier and TypeFieldDescriptionstatic 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 ChanceDecoratorConfigModifier and TypeMethodDescriptionprotected 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 ChanceDecoratorConfigModifierConstructorDescriptionChanceDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)LavaLakeDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)