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.CODEC
static Decorator<CountExtraDecoratorConfig>
Decorator.COUNT_EXTRA
Methods in net.minecraft.world.gen.decorator with parameters of type CountExtraDecoratorConfigModifier and TypeMethodDescriptionprotected int
CountExtraDecorator.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)