Class BooleanDebugOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.debug.BooleanDebugOption
- All Implemented Interfaces:
IDebugOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleangetValue()booleanstatic BooleanDebugOptionnewDebugOnlyOption(IDebugOptionGroup parentGroup, String name, boolean defaultValue) static BooleanDebugOptionnewOption(IDebugOptionGroup parentGroup, String name, boolean defaultValue) voidvoidsetParent(IDebugOptionGroup parent) Methods inherited from class BooleanConfigOption
getDefaultValue, getTooltip, getType, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class ConfigOption
getValueAsLuaString
-
Constructor Details
-
BooleanDebugOption
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIDebugOption- Overrides:
getNamein classConfigOption
-
getValue
public boolean getValue()- Overrides:
getValuein classBooleanConfigOption
-
isDebugOnly
public boolean isDebugOnly() -
getParent
- Specified by:
getParentin interfaceIDebugOption
-
setParent
- Specified by:
setParentin interfaceIDebugOption
-
onFullPathChanged
public void onFullPathChanged()- Specified by:
onFullPathChangedin interfaceIDebugOption
-
newOption
public static BooleanDebugOption newOption(IDebugOptionGroup parentGroup, String name, boolean defaultValue) -
newDebugOnlyOption
public static BooleanDebugOption newDebugOnlyOption(IDebugOptionGroup parentGroup, String name, boolean defaultValue)
-