Modifier and Type | Interface and Description |
---|---|
static interface |
NetherFire.Builder
A builder for constructing
NetherFire populators. |
Modifier and Type | Method and Description |
---|---|
static NetherFire.Builder |
builder()
Creates a new
NetherFire.Builder to build a NetherFire populator. |
VariableAmount |
getClustersPerChunk()
Gets the number of clusters to attempt to spawn per chunk, must be
greater than zero.
|
VariableAmount |
getFirePerCluster()
Gets the number of fire to attempt to spawn per patch, must be greater
than zero.
|
default void |
setClustersPerChunk(int count)
Sets the number of clusters to attempt to spawn per chunk, must be
greater than zero.
|
void |
setClustersPerChunk(VariableAmount count)
Sets the number of clusters to attempt to spawn per chunk, must be
greater than zero.
|
default void |
setFirePerCluster(int count)
Sets the number of Fire to attempt to spawn per patch, must be greater
than zero.
|
void |
setFirePerCluster(VariableAmount count)
Sets the number of fire to attempt to spawn per patch, must be greater
than zero.
|
static NetherFire.Builder builder()
NetherFire.Builder
to build a NetherFire
populator.VariableAmount getClustersPerChunk()
void setClustersPerChunk(VariableAmount count)
count
- The new amount to spawndefault void setClustersPerChunk(int count)
count
- The new amount to spawnVariableAmount getFirePerCluster()
void setFirePerCluster(VariableAmount count)
count
- The new number to spawndefault void setFirePerCluster(int count)
count
- The new number to spawn