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