Modifier and Type | Interface and Description |
---|---|
static interface |
Vine.Builder
A builder for constructing
Vine populators. |
Modifier and Type | Method and Description |
---|---|
static Vine.Builder |
builder()
Creates a new
Vine.Builder to build a Vine populator. |
VariableAmount |
getVinesPerChunk()
Gets the number of vines to attempt to spawn per chunk, must be greater
than zero.
|
default void |
setVinesPerChunk(int count)
Sets the number of vines to attempt to spawn per chunk, must be greater
than zero.
|
void |
setVinesPerChunk(VariableAmount count)
Sets the number of vines to attempt to spawn per chunk, must be greater
than zero.
|
static Vine.Builder builder()
Vine.Builder
to build a Vine
populator.VariableAmount getVinesPerChunk()
void setVinesPerChunk(VariableAmount count)
count
- The new amount to spawndefault void setVinesPerChunk(int count)
count
- The new amount to spawn