Modifier and Type | Interface and Description |
---|---|
static interface |
IcePath.Builder
A builder for constructing
IcePath populators. |
Modifier and Type | Method and Description |
---|---|
int |
getRadius()
Gets the radius of the path to spawn.
|
int |
getSectionsPerChunk()
Gets the number of sections to attempt to spawn per chunk, must be
greater than zero.
|
void |
setRadius(int radius)
Sets the radius of the path to spawn, cannot be negative.
|
void |
setSectionsPerChunk(int sections)
Sets the number of sections to attempt to spawn per chunk, must be
greater than zero.
|
int getRadius()
void setRadius(int radius)
radius
- The new path radiusint getSectionsPerChunk()
void setSectionsPerChunk(int sections)
sections
- The new amount to spawn