public static class TreesExporter.TreeLayerSettings<T extends TreeLayer> extends java.lang.Object implements ExporterSettings
Constructor and Description |
---|
TreeLayerSettings(T layer) |
Modifier and Type | Method and Description |
---|---|
ExporterSettings |
clone() |
T |
getLayer() |
int |
getLayerStrengthCap() |
int |
getMaxWaterDepth() |
int |
getMinimumLevel() |
float |
getMushroomChance() |
int |
getMushroomIncidence() |
int |
getTreeChance() |
boolean |
isApplyEverywhere() |
void |
setLayerStrengthCap(int layerStrengthCap) |
void |
setMaxWaterDepth(int maxWaterDepth) |
void |
setMinimumLevel(int minimumLevel) |
void |
setMushroomChance(float mushroomChance) |
void |
setMushroomIncidence(int mushroomIncidence) |
void |
setTreeChance(int treeChance) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setMinMaxHeight
public TreeLayerSettings(T layer)
public boolean isApplyEverywhere()
isApplyEverywhere
in interface ExporterSettings
public int getMinimumLevel()
public void setMinimumLevel(int minimumLevel)
public int getMaxWaterDepth()
public void setMaxWaterDepth(int maxWaterDepth)
public int getTreeChance()
public void setTreeChance(int treeChance)
public int getMushroomIncidence()
public void setMushroomIncidence(int mushroomIncidence)
public float getMushroomChance()
public void setMushroomChance(float mushroomChance)
public int getLayerStrengthCap()
public void setLayerStrengthCap(int layerStrengthCap)
public T getLayer()
getLayer
in interface ExporterSettings
public ExporterSettings clone()
clone
in interface ExporterSettings
clone
in class java.lang.Object