public static class ChasmsExporter.ChasmsSettings extends java.lang.Object implements CaveSettings
| Constructor and Description | 
|---|
| ChasmsSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChasmsExporter.ChasmsSettings | clone() | 
| boolean | equals(java.lang.Object obj) | 
| AbstractCavesExporter.CaveDecorationSettings | getCaveDecorationSettings() | 
| int | getChasmsEverywhereLevel() | 
| Chasms | getLayer() | 
| int | getMaximumLevel() | 
| int | getMinimumLevel() | 
| int | getWaterLevel() | 
| int | hashCode() | 
| boolean | isApplyEverywhere() | 
| boolean | isFloodWithLava() | 
| boolean | isGlassCeiling() | 
| boolean | isLeaveWater() | 
| boolean | isSurfaceBreaking() | 
| void | setCaveDecorationSettings(AbstractCavesExporter.CaveDecorationSettings decorationSettings) | 
| void | setChasmsEverywhereLevel(int chasmsEverywhereLevel) | 
| void | setFloodWithLava(boolean floodWithLava) | 
| void | setGlassCeiling(boolean glassCeiling) | 
| 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 Chasms getLayer()
getLayer in interface ExporterSettingspublic boolean isFloodWithLava()
public void setFloodWithLava(boolean floodWithLava)
public boolean isGlassCeiling()
public void setGlassCeiling(boolean glassCeiling)
public boolean isSurfaceBreaking()
public void setSurfaceBreaking(boolean surfaceBreaking)
public int getWaterLevel()
public void setWaterLevel(int waterLevel)
public int getChasmsEverywhereLevel()
public void setChasmsEverywhereLevel(int chasmsEverywhereLevel)
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 obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ChasmsExporter.ChasmsSettings clone()
clone in interface ExporterSettingsclone in class java.lang.Object