Modifier and Type | Interface and Description |
---|---|
static interface |
Glowstone.Builder
A builder for constructing
Glowstone populators. |
Modifier and Type | Method and Description |
---|---|
int |
getAttemptsPerCluster()
Gets the amount of glowstone to attempt to spawn per cluster, must be
greater than zero.
|
int |
getClustersPerChunk()
Gets the number of clusters to attempt to spawn per chunk, must be
greater than zero.
|
void |
setAttemptsPerCluster(int attempts)
Sets the amount of glowstone to attempt to spawn per cluster, must be
greater than zero.
|
void |
setClustersPerChunk(int count)
Sets the number of clusters to attempt to spawn per chunk, must be
greater than zero.
|
int getClustersPerChunk()
void setClustersPerChunk(int count)
count
- The new amount to spawnint getAttemptsPerCluster()
void setAttemptsPerCluster(int attempts)
attempts
- The new amount to spawn