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 pXRadius, int pZRadius, int pX, int pZ, DripstoneClusterConfiguration pConfig) private int
DripstoneClusterFeature.getDripstoneHeight
(RandomSource pRandom, int pX, int pZ, float pChance, int pHeight, DripstoneClusterConfiguration pConfig) private void
DripstoneClusterFeature.placeColumn
(WorldGenLevel pLevel, RandomSource pRandom, BlockPos pPos, int pX, int pZ, float pWetness, double pChance, int pHeight, float pDensity, DripstoneClusterConfiguration pConfig) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DripstoneClusterConfigurationModifier and TypeMethodDescriptionboolean
DripstoneClusterFeature.place
(FeaturePlaceContext<DripstoneClusterConfiguration> pContext) 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> p_159575_) -
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