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, waitsetMinMaxHeightpublic boolean isApplyEverywhere()
isApplyEverywhere in interface ExporterSettingspublic Layer getLayer()
getLayer in interface ExporterSettingspublic CavesExporter.CavesSettings clone()
clone in interface ExporterSettingsclone in class java.lang.Objectpublic 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 CaveSettingspublic void setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings decorationSettings)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object