Uses of Class
net.minecraft.world.gen.feature.DripstoneClusterFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of DripstoneClusterFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type DripstoneClusterFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<DripstoneClusterFeatureConfig>DripstoneClusterFeatureConfig. CODECstatic Feature<DripstoneClusterFeatureConfig>Feature. DRIPSTONE_CLUSTERMethods in net.minecraft.world.gen.feature with parameters of type DripstoneClusterFeatureConfig Modifier and Type Method Description private doubleDripstoneClusterFeature. dripstoneChance(int radiusX, int radiusZ, int localX, int localZ, DripstoneClusterFeatureConfig config)private voidDripstoneClusterFeature. generate(StructureWorldAccess world, Random random, BlockPos pos, int localX, int localZ, float wetness, double dripstoneChance, int height, float density, DripstoneClusterFeatureConfig config)private intDripstoneClusterFeature. getHeight(Random random, int localX, int localZ, float density, int height, DripstoneClusterFeatureConfig config)Method parameters in net.minecraft.world.gen.feature with type arguments of type DripstoneClusterFeatureConfig Modifier and Type Method Description booleanDripstoneClusterFeature. generate(FeatureContext<DripstoneClusterFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type DripstoneClusterFeatureConfig Constructor Description DripstoneClusterFeature(com.mojang.serialization.Codec<DripstoneClusterFeatureConfig> configCodec)