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
Fields 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 x, int z, DripstoneClusterConfiguration config) private intDripstoneClusterFeature.getDripstoneHeight(RandomSource random, int x, int z, float chance, int height, DripstoneClusterConfiguration config) private voidDripstoneClusterFeature.placeColumn(WorldGenLevel level, RandomSource random, BlockPos pos, int x, int z, float wetness, double chance, int height, 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) Places the given feature at the given location.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