Package zombie.network
Class ServerOptions.StringServerOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.StringConfigOption
zombie.network.ServerOptions.StringServerOption
- All Implemented Interfaces:
ServerOptions.ServerOption
- Enclosing class:
- ServerOptions
public static class ServerOptions.StringServerOption
extends StringConfigOption
implements ServerOptions.ServerOption
-
Field Summary
Fields inherited from class zombie.config.StringConfigOption
defaultValue, maxLength, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorDescriptionStringServerOption
(ServerOptions serverOptions, String string, String string2, int int1) -
Method Summary
Methods inherited from class zombie.config.StringConfigOption
getDefaultValue, getType, getValue, getValueAsLuaString, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName
-
Constructor Details
-
StringServerOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOption
in interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltip
in interfaceServerOptions.ServerOption
- Overrides:
getTooltip
in classStringConfigOption
-