Uses of Class
net.minecraft.world.gen.CountConfig
Packages that use CountConfig
Package
Description
-
Uses of CountConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type CountConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CountConfig>
CountConfig.CODEC
-
Uses of CountConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountConfigModifier and TypeFieldDescriptionstatic Decorator<CountConfig>
Decorator.COUNT
static Decorator<CountConfig>
Decorator.COUNT_MULTILAYER
Methods in net.minecraft.world.gen.decorator with parameters of type CountConfigModifier and TypeMethodDescriptionprotected int
CountDecorator.getCount(Random random, CountConfig countConfig, BlockPos blockPos)
CountMultilayerDecorator.getPositions(DecoratorContext decoratorContext, Random random, CountConfig countConfig, BlockPos blockPos)
Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountConfigModifierConstructorDescriptionCountDecorator(com.mojang.serialization.Codec<CountConfig> configCodec)
CountMultilayerDecorator(com.mojang.serialization.Codec<CountConfig> configCodec)
-
Uses of CountConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type CountConfigMethod parameters in net.minecraft.world.gen.feature with type arguments of type CountConfigModifier and TypeMethodDescriptionboolean
SeaPickleFeature.generate(FeatureContext<CountConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type CountConfigModifierConstructorDescriptionSeaPickleFeature(com.mojang.serialization.Codec<CountConfig> configCodec)