Package zombie.config
Class EnumConfigOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.IntegerConfigOption
zombie.config.EnumConfigOption
- Direct Known Subclasses:
SandboxOptions.EnumSandboxOption
-
Field Summary
Fields inherited from class zombie.config.IntegerConfigOption
defaultValue, max, min, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
-
Method Summary
Methods inherited from class zombie.config.IntegerConfigOption
getDefaultValue, getMax, getMin, getTooltip, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
EnumConfigOption
-
-
Method Details
-
getType
- Overrides:
getType
in classIntegerConfigOption
-
getNumValues
public int getNumValues()
-