Modifier and Type | Method and Description |
---|---|
Reeds |
build()
Builds a new instance of a
Reeds populator with the settings
set within the builder. |
Reeds.Builder |
perChunk(int count)
Sets the number of reeds to attempt to spawn per chunk, must be
greater than zero.
|
Reeds.Builder |
reset()
Resets this builder to the default values.
|
Reeds.Builder perChunk(int count)
count
- The new amount to spawnReeds.Builder reset()
Reeds build() throws IllegalStateException
Reeds
populator with the settings
set within the builder.IllegalStateException
- If there are any settings left unset
which do not have default values