Package zombie.debug
Class BooleanDebugOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.debug.BooleanDebugOption
- All Implemented Interfaces:
IDebugOption
public class BooleanDebugOption extends BooleanConfigOption implements IDebugOption
-
Field Summary
Fields inherited from class zombie.config.BooleanConfigOption
defaultValue, valueFields inherited from class zombie.config.ConfigOption
name -
Constructor Summary
Constructors Constructor Description BooleanDebugOption(java.lang.String string, boolean boolean1, boolean boolean2) -
Method Summary
Modifier and Type Method Description IDebugOptionGroupgetParent()booleangetValue()booleanisDebugOnly()voidsetParent(IDebugOptionGroup iDebugOptionGroup)Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.debug.options.IDebugOption
getName
-
Constructor Details
-
BooleanDebugOption
public BooleanDebugOption(java.lang.String string, boolean boolean1, boolean boolean2)
-
-
Method Details
-
getValue
public boolean getValue()- Overrides:
getValuein classBooleanConfigOption
-
isDebugOnly
public boolean isDebugOnly() -
getParent
- Specified by:
getParentin interfaceIDebugOption
-
setParent
- Specified by:
setParentin interfaceIDebugOption
-