Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.SpeleothemClusterConfiguration
Packages that use SpeleothemClusterConfiguration
Package
Description
-
Uses of SpeleothemClusterConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type SpeleothemClusterConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type SpeleothemClusterConfigurationModifier and TypeFieldDescriptionstatic final Feature<SpeleothemClusterConfiguration> Feature.SPELEOTHEM_CLUSTERMethods in net.minecraft.world.level.levelgen.feature with parameters of type SpeleothemClusterConfigurationModifier and TypeMethodDescriptionprivate booleanSpeleothemClusterFeature.canPlacePool(WorldGenLevel level, BlockPos pos, SpeleothemClusterConfiguration config) private doubleSpeleothemClusterFeature.getChanceOfStalagmiteOrStalactite(int xRadius, int zRadius, int dx, int dz, SpeleothemClusterConfiguration config) private intSpeleothemClusterFeature.getSpeleothemHeight(RandomSource random, int dx, int dz, float density, int maxHeight, SpeleothemClusterConfiguration config) private voidSpeleothemClusterFeature.placeColumn(WorldGenLevel level, RandomSource random, BlockPos pos, int dx, int dz, float chanceOfWater, double chanceOfStalagmiteOrStalactite, int clusterHeight, float density, SpeleothemClusterConfiguration config) private voidSpeleothemClusterFeature.replaceBlocksWithBaseBlocks(WorldGenLevel level, BlockPos firstPos, int maxCount, Direction direction, SpeleothemClusterConfiguration config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpeleothemClusterConfigurationModifier and TypeMethodDescriptionbooleanSpeleothemClusterFeature.place(FeaturePlaceContext<SpeleothemClusterConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SpeleothemClusterConfigurationModifierConstructorDescriptionSpeleothemClusterFeature(com.mojang.serialization.Codec<SpeleothemClusterConfiguration> codec) -
Uses of SpeleothemClusterConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type SpeleothemClusterConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpeleothemClusterConfiguration> SpeleothemClusterConfiguration.CODEC