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, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
getValue()
boolean
static BooleanDebugOption
newDebugOnlyOption
(IDebugOptionGroup debugOptionGroup, String string, boolean boolean0) static BooleanDebugOption
newOption
(IDebugOptionGroup debugOptionGroup, String string, boolean boolean0) void
void
setParent
(IDebugOptionGroup parent) Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getTooltip, getType, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getValueAsLuaString
-
Constructor Details
-
BooleanDebugOption
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIDebugOption
- Overrides:
getName
in classConfigOption
-
getValue
public boolean getValue()- Overrides:
getValue
in classBooleanConfigOption
-
isDebugOnly
public boolean isDebugOnly() -
getParent
- Specified by:
getParent
in interfaceIDebugOption
-
setParent
- Specified by:
setParent
in interfaceIDebugOption
-
onFullPathChanged
public void onFullPathChanged()- Specified by:
onFullPathChanged
in interfaceIDebugOption
-
newOption
public static BooleanDebugOption newOption(IDebugOptionGroup debugOptionGroup, String string, boolean boolean0) -
newDebugOnlyOption
public static BooleanDebugOption newDebugOnlyOption(IDebugOptionGroup debugOptionGroup, String string, boolean boolean0)
-