Modifier and Type | Interface and Description |
---|---|
static interface |
ChorusFlower.Builder
A builder for constructing
ChorusFlower populators. |
Modifier and Type | Method and Description |
---|---|
static ChorusFlower.Builder |
builder()
Creates a new
ChorusFlower.Builder to build a ChorusFlower populator. |
int |
getExclusionRadius()
Gets the radius around the center (0, 0) of the world that this populator
will not apply to.
|
void |
setExclusionRadius(int radius)
Sets the radius around the center (0, 0) of the world that this populator
will not apply to.
|
static ChorusFlower.Builder builder()
ChorusFlower.Builder
to build a ChorusFlower
populator.int getExclusionRadius()
This is used to prevent the islands from generating around the ender dragon fight area.
void setExclusionRadius(int radius)
This must be a positive value or zero.
radius
- The exclusion radius