public interface EnderCrystalPlatform extends Populator
EnderCrystal
s at the peak such as are found in the End.Modifier and Type | Interface and Description |
---|---|
static interface |
EnderCrystalPlatform.Builder
A builder for constructing
EnderCrystalPlatform populators. |
Modifier and Type | Method and Description |
---|---|
int |
getBaseHeight()
Gets the base height of the pillar.
|
int |
getBaseRadius()
Gets the base radius of the pillar.
|
int |
getHeightVariance()
Gets the height variance of the pillar.
|
int |
getRadiusVariance()
Gets the radius variance of the pillar.
|
int |
getSpawnChance()
Gets the chance of a pillar spawning in a chunk.
|
void |
setBaseHeight(int height)
Sets the base height of the pillar.
|
void |
setBaseRadius(int radius)
Sets the base radius of the pillar.
|
void |
setHeightVariance(int variance)
Sets the height variance of the pillar.
|
void |
setRadiusVariance(int variance)
Sets the radius variance of the pillar.
|
void |
setSpawnChance(int chance)
Sets the chance of a pillar spawning in a chunk.
|
int getSpawnChance()
void setSpawnChance(int chance)
chance
- The spawn chanceint getBaseHeight()
void setBaseHeight(int height)
height
- The new base heightint getHeightVariance()
void setHeightVariance(int variance)
variance
- The new height varianceint getBaseRadius()
void setBaseRadius(int radius)
radius
- The new base radiusint getRadiusVariance()
void setRadiusVariance(int variance)
variance
- The new radius variance