public static interface Vine.Builder extends ResettableBuilder<Vine,Vine.Builder>
Vine
populators.Modifier and Type | Method and Description |
---|---|
Vine |
build()
Builds a new instance of a
Vine populator with the settings
set within the builder. |
default Vine.Builder |
perChunk(int count)
Sets the number of vines to attempt to spawn per chunk.
|
Vine.Builder |
perChunk(VariableAmount count)
Sets the number of vines to attempt to spawn per chunk.
|
from, reset
Vine.Builder perChunk(VariableAmount count)
count
- The new amount to spawndefault Vine.Builder perChunk(int count)
count
- The new amount to spawnVine build() throws IllegalStateException
Vine
populator with the settings
set within the builder.IllegalStateException
- If there are any settings left unset
which do not have default values