Uses of Class
net.minecraft.world.gen.feature.DripstoneClusterFeatureConfig
Packages that use DripstoneClusterFeatureConfig
-
Uses of DripstoneClusterFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type DripstoneClusterFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DripstoneClusterFeatureConfig>DripstoneClusterFeatureConfig.CODECstatic final Feature<DripstoneClusterFeatureConfig>Feature.DRIPSTONE_CLUSTERstatic final RegistryEntry<ConfiguredFeature<DripstoneClusterFeatureConfig,?>> UndergroundConfiguredFeatures.DRIPSTONE_CLUSTERMethods in net.minecraft.world.gen.feature with parameters of type DripstoneClusterFeatureConfigModifier and TypeMethodDescriptionprivate doubleDripstoneClusterFeature.dripstoneChance(int radiusX, int radiusZ, int localX, int localZ, DripstoneClusterFeatureConfig config) private voidDripstoneClusterFeature.generate(StructureWorldAccess world, AbstractRandom random, BlockPos pos, int localX, int localZ, float wetness, double dripstoneChance, int height, float density, DripstoneClusterFeatureConfig config) private intDripstoneClusterFeature.getHeight(AbstractRandom random, int localX, int localZ, float density, int height, DripstoneClusterFeatureConfig config) Method parameters in net.minecraft.world.gen.feature with type arguments of type DripstoneClusterFeatureConfigModifier and TypeMethodDescriptionbooleanDripstoneClusterFeature.generate(FeatureContext<DripstoneClusterFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type DripstoneClusterFeatureConfigModifierConstructorDescriptionDripstoneClusterFeature(com.mojang.serialization.Codec<DripstoneClusterFeatureConfig> configCodec)