Package zombie.iso.areas.isoregion
Class IsoRegionsRenderer.BooleanDebugOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.iso.areas.isoregion.IsoRegionsRenderer.BooleanDebugOption
- Enclosing class:
- IsoRegionsRenderer
public static class IsoRegionsRenderer.BooleanDebugOption extends BooleanConfigOption
-
Field Summary
Fields inherited from class zombie.config.BooleanConfigOption
defaultValue, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
Constructors Constructor Description BooleanDebugOption(java.util.ArrayList arrayList, java.lang.String string, boolean boolean1)
BooleanDebugOption(java.util.ArrayList arrayList, java.lang.String string, boolean boolean1, int int1)
-
Method Summary
Modifier and Type Method Description int
getIndex()
Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanDebugOption
public BooleanDebugOption(java.util.ArrayList arrayList, java.lang.String string, boolean boolean1, int int1) -
BooleanDebugOption
public BooleanDebugOption(java.util.ArrayList arrayList, java.lang.String string, boolean boolean1)
-
-
Method Details
-
getIndex
public int getIndex()
-