public static class CavesExporter.CavesSettings extends java.lang.Object implements CaveSettings
Constructor and Description |
---|
CavesSettings() |
Modifier and Type | Method and Description |
---|---|
CavesExporter.CavesSettings |
clone() |
boolean |
equals(java.lang.Object o) |
AbstractCavesExporter.CaveDecorationSettings |
getCaveDecorationSettings() |
int |
getCavesEverywhereLevel() |
Layer |
getLayer() |
int |
getMaximumLevel() |
int |
getMinimumLevel() |
int |
getWaterLevel() |
int |
hashCode() |
boolean |
isApplyEverywhere() |
boolean |
isFloodWithLava() |
boolean |
isLeaveWater() |
boolean |
isSurfaceBreaking() |
void |
setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings decorationSettings) |
void |
setCavesEverywhereLevel(int cavesEverywhereLevel) |
void |
setFloodWithLava(boolean floodWithLava) |
void |
setLeaveWater(boolean leaveWater) |
void |
setMaximumLevel(int maximumLevel) |
void |
setMinimumLevel(int minimumLevel) |
void |
setSurfaceBreaking(boolean surfaceBreaking) |
void |
setWaterLevel(int waterLevel) |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setMinMaxHeight
public boolean isApplyEverywhere()
isApplyEverywhere
in interface ExporterSettings
public Layer getLayer()
getLayer
in interface ExporterSettings
public CavesExporter.CavesSettings clone()
clone
in interface ExporterSettings
clone
in class java.lang.Object
public int getWaterLevel()
public void setWaterLevel(int waterLevel)
public int getCavesEverywhereLevel()
public void setCavesEverywhereLevel(int cavesEverywhereLevel)
public boolean isFloodWithLava()
public void setFloodWithLava(boolean floodWithLava)
public boolean isSurfaceBreaking()
public void setSurfaceBreaking(boolean surfaceBreaking)
public boolean isLeaveWater()
public void setLeaveWater(boolean leaveWater)
public int getMinimumLevel()
public void setMinimumLevel(int minimumLevel)
public int getMaximumLevel()
public void setMaximumLevel(int maximumLevel)
public AbstractCavesExporter.CaveDecorationSettings getCaveDecorationSettings()
getCaveDecorationSettings
in interface CaveSettings
public void setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings decorationSettings)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object