Uses of Class
dev.wyck.worldgen.feature.configurations.LargeDripstoneConfiguration.Builder
Packages that use LargeDripstoneConfiguration.Builder
-
Uses of LargeDripstoneConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return LargeDripstoneConfiguration.BuilderModifier and TypeMethodDescriptionLargeDripstoneConfiguration.builder()Creates a new builder.LargeDripstoneConfiguration.Builder.columnRadius(IntProvider columnRadius) Sets the column radius.LargeDripstoneConfiguration.Builder.floorToCeilingSearchRange(int floorToCeilingSearchRange) Sets the search range from floor to ceiling.LargeDripstoneConfiguration.Builder.heightScale(FloatProvider heightScale) Sets the height scale.FeatureConfiguration.largeDripstone()Creates a builder for aLargeDripstoneConfiguration.LargeDripstoneConfiguration.Builder.maxColumnRadiusToCaveHeightRatio(float maxColumnRadiusToCaveHeightRatio) Sets the max column radius to cave height ratio.LargeDripstoneConfiguration.Builder.minBluntnessForWind(float minBluntnessForWind) Sets the min bluntness to be used for the wind.LargeDripstoneConfiguration.Builder.minRadiusForWind(int minRadiusForWind) Sets the min column radius to be used for the wind.LargeDripstoneConfiguration.Builder.replaceableBlock(Material... replaceableBlocks) Adds a replaceable block.LargeDripstoneConfiguration.Builder.replaceableBlocks(Set<Material> replaceableBlocks) Sets the replaceable blocks.LargeDripstoneConfiguration.Builder.stalactiteBluntness(FloatProvider stalactiteBluntness) Sets the stalactite bluntness.LargeDripstoneConfiguration.Builder.stalagmiteBluntness(FloatProvider stalagmiteBluntness) Sets the stalagmite bluntness.LargeDripstoneConfiguration.toBuilder()Converts this object back to a builder.LargeDripstoneConfiguration.Builder.windSpeed(FloatProvider windSpeed) Sets the wind speed.