Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.DripstoneClusterConfiguration
Packages that use DripstoneClusterConfiguration
Package
Description
-
Uses of DripstoneClusterConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type DripstoneClusterConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type DripstoneClusterConfigurationModifier and TypeFieldDescriptionstatic final Feature<DripstoneClusterConfiguration> Feature.DRIPSTONE_CLUSTERMethods in net.minecraft.world.level.levelgen.feature with parameters of type DripstoneClusterConfigurationModifier and TypeMethodDescriptionprivate doubleDripstoneClusterFeature.getChanceOfStalagmiteOrStalactite(int xRadius, int zRadius, int dx, int dz, DripstoneClusterConfiguration config) private intDripstoneClusterFeature.getDripstoneHeight(RandomSource random, int dx, int dz, float density, int maxHeight, DripstoneClusterConfiguration config) private voidDripstoneClusterFeature.placeColumn(WorldGenLevel level, RandomSource random, BlockPos pos, int dx, int dz, float chanceOfWater, double chanceOfStalagmiteOrStalactite, int clusterHeight, float density, DripstoneClusterConfiguration config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DripstoneClusterConfigurationModifier and TypeMethodDescriptionbooleanDripstoneClusterFeature.place(FeaturePlaceContext<DripstoneClusterConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DripstoneClusterConfigurationModifierConstructorDescriptionDripstoneClusterFeature(com.mojang.serialization.Codec<DripstoneClusterConfiguration> codec) -
Uses of DripstoneClusterConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type DripstoneClusterConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DripstoneClusterConfiguration> DripstoneClusterConfiguration.CODEC