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 p_159577_, int p_159578_, int p_159579_, int p_159580_, DripstoneClusterConfiguration p_159581_) private int
DripstoneClusterFeature.getDripstoneHeight
(RandomSource p_225009_, int p_225010_, int p_225011_, float p_225012_, int p_225013_, DripstoneClusterConfiguration p_225014_) private void
DripstoneClusterFeature.placeColumn
(WorldGenLevel p_225016_, RandomSource p_225017_, BlockPos p_225018_, int p_225019_, int p_225020_, float p_225021_, double p_225022_, int p_225023_, float p_225024_, DripstoneClusterConfiguration p_225025_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type DripstoneClusterConfigurationModifier and TypeMethodDescriptionboolean
DripstoneClusterFeature.place
(FeaturePlaceContext<DripstoneClusterConfiguration> p_159605_) 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