Uses of Class
dev.wyck.worldgen.feature.configurations.SculkPatchConfiguration.Builder
Packages that use SculkPatchConfiguration.Builder
-
Uses of SculkPatchConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return SculkPatchConfiguration.BuilderModifier and TypeMethodDescriptionSculkPatchConfiguration.Builder.amountPerCharge(int amountPerCharge) Sets the amount per charge.SculkPatchConfiguration.builder()Creates a new builder.SculkPatchConfiguration.Builder.catalystChance(float catalystChance) Sets the catalyst chance.SculkPatchConfiguration.Builder.chargeCount(int chargeCount) Sets the charge count.SculkPatchConfiguration.Builder.extraRareGrowths(IntProvider extraRareGrowths) Sets the extra rare growths.SculkPatchConfiguration.Builder.growthRounds(int growthRounds) Sets the growth rounds.FeatureConfiguration.sculkPatch()Creates a builder for aSculkPatchConfiguration.SculkPatchConfiguration.Builder.spreadAttempts(int spreadAttempts) Sets the spread attempts.SculkPatchConfiguration.Builder.spreadRounds(int spreadRounds) Sets the spread rounds.default SculkPatchConfiguration.BuilderSculkPatchConfiguration.toBuilder()Converts this object back to a builder.