Uses of Class
dev.wyck.worldgen.feature.configurations.PointedDripstoneConfiguration.Builder
Packages that use PointedDripstoneConfiguration.Builder
-
Uses of PointedDripstoneConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return PointedDripstoneConfiguration.BuilderModifier and TypeMethodDescriptionPointedDripstoneConfiguration.builder()Creates a new builder.PointedDripstoneConfiguration.Builder.chanceOfDirectionalSpread(float chanceOfDirectionalSpread) Sets the chance of horizontal spread.PointedDripstoneConfiguration.Builder.chanceOfSpreadRadius2(float chanceOfSpreadRadius2) Sets the chance of horizontal spread by two blocks.PointedDripstoneConfiguration.Builder.chanceOfSpreadRadius3(float chanceOfSpreadRadius3) Sets the chance of spreading the third block.PointedDripstoneConfiguration.Builder.chanceOfTallerDripstone(float chanceOfTallerDripstone) Sets the chance of double-block dripstone.FeatureConfiguration.pointedDripstone()Creates a builder for aPointedDripstoneConfiguration.PointedDripstoneConfiguration.toBuilder()Converts this object back to a builder.