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_CLUSTER
Methods in net.minecraft.world.level.levelgen.feature with parameters of type DripstoneClusterConfigurationModifier and TypeMethodDescriptionprivate double
DripstoneClusterFeature.getChanceOfStalagmiteOrStalactite
(int xRadius, int zRadius, int x, int z, DripstoneClusterConfiguration config) private int
DripstoneClusterFeature.getDripstoneHeight
(RandomSource random, int x, int z, float chance, int height, DripstoneClusterConfiguration config) private void
DripstoneClusterFeature.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 TypeMethodDescriptionboolean
DripstoneClusterFeature.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