public static class AbstractCavesExporter.CaveDecorationSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AbstractCavesExporter.CaveDecorationSettings.Decoration | 
| Constructor and Description | 
|---|
| CaveDecorationSettings() | 
| CaveDecorationSettings(boolean brownMushrooms,
                      boolean glowLichen,
                      boolean lushCavePatches,
                      boolean dripstoneCavePatches)Temporary simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractCavesExporter.CaveDecorationSettings | clone() | 
| boolean | equals(java.lang.Object o) | 
| int | hashCode() | 
| boolean | isEnabled(AbstractCavesExporter.CaveDecorationSettings.Decoration decoration) | 
| boolean | isEnabledAt(AbstractCavesExporter.CaveDecorationSettings.Decoration decoration,
           int height) | 
public CaveDecorationSettings()
public CaveDecorationSettings(boolean brownMushrooms,
                              boolean glowLichen,
                              boolean lushCavePatches,
                              boolean dripstoneCavePatches)
public boolean isEnabled(AbstractCavesExporter.CaveDecorationSettings.Decoration decoration)
public boolean isEnabledAt(AbstractCavesExporter.CaveDecorationSettings.Decoration decoration, int height)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic AbstractCavesExporter.CaveDecorationSettings clone()
clone in class java.lang.Object