Class StringConfigOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.StringConfigOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected int
protected String
protected String[]
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorsConstructorDescriptionStringConfigOption
(String name, String _defaultValue, int _maxLength) StringConfigOption
(String string0, String string2, String[] string1) -
Method Summary
Methods inherited from class zombie.config.ConfigOption
getName
-
Field Details
-
value
-
defaultValue
-
maxLength
protected int maxLength -
values
-
-
Constructor Details
-
StringConfigOption
-
StringConfigOption
-
-
Method Details
-
getType
- Specified by:
getType
in classConfigOption
-
resetToDefault
public void resetToDefault()- Specified by:
resetToDefault
in classConfigOption
-
setDefaultToCurrentValue
public void setDefaultToCurrentValue()- Specified by:
setDefaultToCurrentValue
in classConfigOption
-
parse
- Specified by:
parse
in classConfigOption
-
getValueAsString
- Specified by:
getValueAsString
in classConfigOption
-
getValueAsLuaString
- Overrides:
getValueAsLuaString
in classConfigOption
-
setValueFromObject
- Specified by:
setValueFromObject
in classConfigOption
-
getValueAsObject
- Specified by:
getValueAsObject
in classConfigOption
-
isValidString
- Specified by:
isValidString
in classConfigOption
-
setValue
-
getValue
-
getDefaultValue
-
getTooltip
- Specified by:
getTooltip
in classConfigOption
-
makeCopy
- Specified by:
makeCopy
in classConfigOption
-
getSplitCSVList
-