Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.CountConfiguration
Packages that use CountConfiguration
Package
Description
-
Uses of CountConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type CountConfigurationMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CountConfigurationModifier and TypeMethodDescriptionboolean
SeaPickleFeature.place(FeaturePlaceContext<CountConfiguration> p_160316_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CountConfigurationModifierConstructorDescriptionSeaPickleFeature(com.mojang.serialization.Codec<CountConfiguration> p_66754_)
-
Uses of CountConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type CountConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CountConfiguration>
CountConfiguration.CODEC
-
Uses of CountConfiguration in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type CountConfigurationModifier and TypeFieldDescriptionstatic FeatureDecorator<CountConfiguration>
FeatureDecorator.COUNT
static FeatureDecorator<CountConfiguration>
FeatureDecorator.COUNT_MULTILAYER
Methods in net.minecraft.world.level.levelgen.placement with parameters of type CountConfigurationModifier and TypeMethodDescriptionprotected int
CountDecorator.count(Random p_162139_, CountConfiguration p_162140_, BlockPos p_162141_)
Constructor parameters in net.minecraft.world.level.levelgen.placement with type arguments of type CountConfigurationModifierConstructorDescriptionCountDecorator(com.mojang.serialization.Codec<CountConfiguration> p_70491_)
-
Uses of CountConfiguration in net.minecraft.world.level.levelgen.placement.nether
Methods in net.minecraft.world.level.levelgen.placement.nether with parameters of type CountConfigurationModifier and TypeMethodDescriptionCountMultiLayerDecorator.getPositions(DecorationContext p_70902_, Random p_70903_, CountConfiguration p_70904_, BlockPos p_70905_)
Constructor parameters in net.minecraft.world.level.levelgen.placement.nether with type arguments of type CountConfigurationModifierConstructorDescriptionCountMultiLayerDecorator(com.mojang.serialization.Codec<CountConfiguration> p_70892_)