public static class RiverExporter.RiverSettings extends java.lang.Object implements ExporterSettings
| Constructor and Description | 
|---|
| RiverSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| RiverExporter.RiverSettings | clone() | 
| River | getLayer() | 
| int | getMaxDepth() | 
| int | getMinDepth() | 
| MixedMaterial | getRiverBedMaterial() | 
| int | getRiverConnectionRadius() | 
| int | getShoreHeight() | 
| boolean | isApplyEverywhere() | 
| void | setMaxDepth(int maxDepth) | 
| void | setMinDepth(int minDepth) | 
| void | setRiverBedMaterial(MixedMaterial riverBedMaterial) | 
| void | setRiverConnectionRadius(int riverConnectionRadius) | 
| void | setShoreHeight(int shoreHeight) | 
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMinMaxHeightpublic boolean isApplyEverywhere()
isApplyEverywhere in interface ExporterSettingspublic int getShoreHeight()
public void setShoreHeight(int shoreHeight)
public int getMinDepth()
public void setMinDepth(int minDepth)
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
public MixedMaterial getRiverBedMaterial()
public void setRiverBedMaterial(MixedMaterial riverBedMaterial)
public int getRiverConnectionRadius()
public void setRiverConnectionRadius(int riverConnectionRadius)
public River getLayer()
getLayer in interface ExporterSettingspublic RiverExporter.RiverSettings clone()
clone in interface ExporterSettingsclone in class java.lang.Object