Modifier and Type | Interface and Description |
---|---|
static interface |
IceSpike.Builder
A builder for constructing
IceSpike populators. |
Modifier and Type | Method and Description |
---|---|
int |
getBaseHeight()
Gets the base height of the spike.
|
int |
getExtremeSpikeBaseIncrease()
Gets the base height increase of the extreme spikes.
|
int |
getExtremeSpikeChance()
Gets the chance of the spike much larger than normal.
|
int |
getExtremeSpikeIncreaseVariance()
Gets the variance in the height increase of extreme spikes.
|
int |
getHeightVariance()
Gets the height variance of the spike.
|
void |
setBaseHeight(int height)
Sets the base height of the spike.
|
void |
setExtremeSpikeBaseIncrease(int increase)
Sets the base height increase of the extreme spikes.
|
void |
setExtremeSpikeChance(int chance)
Gets the chance of the spike much larger than normal.
|
void |
setExtremeSpikeIncreaseVariance(int variance)
Sets the variance in the height increase of extreme spikes.
|
void |
setHeightVariance(int variance)
Sets the height variance of the spike.
|
int getBaseHeight()
void setBaseHeight(int height)
height
- The new base heightint getHeightVariance()
void setHeightVariance(int variance)
variance
- The new height varianceint getExtremeSpikeChance()
void setExtremeSpikeChance(int chance)
chance
- The new spawn chanceint getExtremeSpikeBaseIncrease()
void setExtremeSpikeBaseIncrease(int increase)
increase
- The new base height increaseint getExtremeSpikeIncreaseVariance()
void setExtremeSpikeIncreaseVariance(int variance)
variance
- The new increase variance