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, value
Fields 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 IDebugOptionGroup
getParent()
boolean
getValue()
boolean
isDebugOnly()
void
setParent(IDebugOptionGroup iDebugOptionGroup)
Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, 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
Methods 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:
getValue
in classBooleanConfigOption
-
isDebugOnly
public boolean isDebugOnly() -
getParent
- Specified by:
getParent
in interfaceIDebugOption
-
setParent
- Specified by:
setParent
in interfaceIDebugOption
-