Uses of Class
dev.wyck.worldgen.feature.configurations.SpeleothemClusterConfiguration.Builder
Packages that use SpeleothemClusterConfiguration.Builder
-
Uses of SpeleothemClusterConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return SpeleothemClusterConfiguration.BuilderModifier and TypeMethodDescriptionSets the base block.SpeleothemClusterConfiguration.builder()Creates a new builder.SpeleothemClusterConfiguration.Builder.chanceOfSpeleothemAtMaxDistanceFromCenter(float chanceOfSpeleothemAtMaxDistanceFromCenter) Sets the chance of a speleothem at the maximum distance from center.SpeleothemClusterConfiguration.Builder.density(FloatProvider density) Sets the density provider.SpeleothemClusterConfiguration.Builder.floorToCeilingSearchRange(int floorToCeilingSearchRange) Sets the floor to ceiling search range.SpeleothemClusterConfiguration.Builder.height(IntProvider height) Sets the height provider.SpeleothemClusterConfiguration.Builder.heightDeviation(int heightDeviation) Sets the height deviation.SpeleothemClusterConfiguration.Builder.maxDistanceFromCenterAffectingHeightBias(int maxDistanceFromCenterAffectingHeightBias) Sets the maximum distance from center affecting height bias.SpeleothemClusterConfiguration.Builder.maxDistanceFromEdgeAffectingChanceOfSpeleothem(int maxDistanceFromEdgeAffectingChanceOfSpeleothem) Sets the maximum distance from edge affecting speleothem chance.SpeleothemClusterConfiguration.Builder.maxStalagmiteStalactiteHeightDiff(int maxStalagmiteStalactiteHeightDiff) Sets the maximum stalagmite/stalactite height difference.SpeleothemClusterConfiguration.Builder.pointedBlock(BlockData pointedBlock) Sets the pointed block.SpeleothemClusterConfiguration.Builder.radius(IntProvider radius) Sets the radius provider.SpeleothemClusterConfiguration.Builder.replaceableBlocks(Set<Material> replaceableBlocks) Sets the replaceable blocks.SpeleothemClusterConfiguration.Builder.replaceableBlocks(Material... replaceableBlocks) Sets the replaceable blocks.SpeleothemClusterConfiguration.Builder.speleothemBlockLayerThickness(IntProvider speleothemBlockLayerThickness) Sets the speleothem block layer thickness provider.FeatureConfiguration.speleothemCluster()Creates a builder for aSpeleothemClusterConfiguration.SpeleothemClusterConfiguration.toBuilder()Converts this object back to a builder.SpeleothemClusterConfiguration.Builder.wetness(FloatProvider wetness) Sets the wetness provider.