Class FeatureConfiguration.SculkPatchConfiguration.Builder
java.lang.Object
dev.wyck.wrapper.worldgen.feature.config.FeatureConfiguration.SculkPatchConfiguration.Builder
- Enclosing class:
FeatureConfiguration.SculkPatchConfiguration
@NullMarked
@AsOf("3.0.0")
public static final class FeatureConfiguration.SculkPatchConfiguration.Builder
extends Object
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionamountPerCharge(int amountPerCharge) build()catalystChance(float catalystChance) chargeCount(int chargeCount) extraRareGrowths(IntProvider extraRareGrowths) growthRounds(int growthRounds) spreadAttempts(int spreadAttempts) spreadRounds(int spreadRounds)
-
Method Details
-
chargeCount
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder chargeCount(int chargeCount) -
amountPerCharge
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder amountPerCharge(int amountPerCharge) -
spreadAttempts
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder spreadAttempts(int spreadAttempts) -
growthRounds
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder growthRounds(int growthRounds) -
spreadRounds
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder spreadRounds(int spreadRounds) -
extraRareGrowths
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder extraRareGrowths(IntProvider extraRareGrowths) -
catalystChance
@AsOf("3.0.0") public FeatureConfiguration.SculkPatchConfiguration.Builder catalystChance(float catalystChance) -
build
-