public static interface ChorusFlower.Builder extends ResettableBuilder<ChorusFlower,ChorusFlower.Builder>
ChorusFlower populators.| Modifier and Type | Method and Description |
|---|---|
ChorusFlower |
build()
Builds a new instance of a
ChorusFlower populator with the
settings set within the builder. |
ChorusFlower.Builder |
exclusionRadius(int radius)
Sets the radius around the center (0, 0) of the world that this
populator will not apply to.
|
from, resetChorusFlower.Builder exclusionRadius(int radius)
This must be a positive value or zero.
radius - The exclusion radiusChorusFlower build() throws IllegalStateException
ChorusFlower populator with the
settings set within the builder.IllegalStateException - If there are any settings left unset
which do not have default values