Uses of Class
net.minecraft.world.gen.feature.DripstoneClusterFeatureConfig
-
Uses of DripstoneClusterFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DripstoneClusterFeatureConfig>
DripstoneClusterFeatureConfig.CODEC
static final Feature<DripstoneClusterFeatureConfig>
Feature.DRIPSTONE_CLUSTER
Modifier and TypeMethodDescriptionprivate double
DripstoneClusterFeature.dripstoneChance
(int radiusX, int radiusZ, int localX, int localZ, DripstoneClusterFeatureConfig config) private void
DripstoneClusterFeature.generate
(StructureWorldAccess world, Random random, BlockPos pos, int localX, int localZ, float wetness, double dripstoneChance, int height, float density, DripstoneClusterFeatureConfig config) private int
DripstoneClusterFeature.getHeight
(Random random, int localX, int localZ, float density, int height, DripstoneClusterFeatureConfig config) Modifier and TypeMethodDescriptionboolean
DripstoneClusterFeature.generate
(FeatureContext<DripstoneClusterFeatureConfig> context) ModifierConstructorDescriptionDripstoneClusterFeature
(com.mojang.serialization.Codec<DripstoneClusterFeatureConfig> configCodec)