Uses of Class
net.minecraft.world.gen.decorator.CountExtraDecoratorConfig
Packages that use CountExtraDecoratorConfig
-
Uses of CountExtraDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountExtraDecoratorConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CountExtraDecoratorConfig>CountExtraDecoratorConfig.CODECstatic Decorator<CountExtraDecoratorConfig>Decorator.COUNT_EXTRAMethods in net.minecraft.world.gen.decorator with parameters of type CountExtraDecoratorConfigModifier and TypeMethodDescriptionprotected intCountExtraDecorator.getCount(Random random, CountExtraDecoratorConfig countExtraDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountExtraDecoratorConfigModifierConstructorDescriptionCountExtraDecorator(com.mojang.serialization.Codec<CountExtraDecoratorConfig> configCodec)