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
Subclasses with type arguments of type CountConfiguration in net.minecraft.world.level.levelgen.featureFields 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 TypeMethodDescriptionbooleanSeaPickleFeature.place(FeaturePlaceContext<CountConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CountConfigurationModifierConstructorDescriptionSeaPickleFeature(com.mojang.serialization.Codec<CountConfiguration> codec) -
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 final com.mojang.serialization.Codec<CountConfiguration> CountConfiguration.CODEC