Modifier and Type | Interface and Description |
---|---|
static interface |
HugeTree.Builder
A builder for constructing
HugeTree populators. |
Modifier and Type | Method and Description |
---|---|
int |
getTreesPerChunk()
Gets the number of trees to attempt to spawn per chunk, must be greater
than zero.
|
BiomeTreeType |
getType()
Gets the type of huge tree to spawn.
|
void |
setTreesPerChunk(int count)
Sets the number of trees to attempt to spawn per chunk, must be greater
than zero.
|
void |
setType(BiomeTreeType type)
Sets the type of huge tree to spawn.
|
int getTreesPerChunk()
void setTreesPerChunk(int count)
count
- The new amount to spawnBiomeTreeType getType()
void setType(BiomeTreeType type)
type
- The new tree type