Package zombie.debug
Class BooleanDebugOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.debug.BooleanDebugOption
- All Implemented Interfaces:
IDebugOption
-
Field Summary
Fields inherited from class zombie.config.BooleanConfigOption
defaultValue, valueFields inherited from class zombie.config.ConfigOption
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()booleanvoidsetParent(IDebugOptionGroup iDebugOptionGroup) Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getTooltip, 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
-
-
Method Details
-
getValue
public boolean getValue()- Overrides:
getValuein classBooleanConfigOption
-
isDebugOnly
public boolean isDebugOnly() -
getParent
- Specified by:
getParentin interfaceIDebugOption
-
setParent
- Specified by:
setParentin interfaceIDebugOption
-