Package zombie.network
Class ServerOptions.TextServerOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.StringConfigOption
zombie.network.ServerOptions.TextServerOption
- All Implemented Interfaces:
ServerOptions.ServerOption
- Enclosing class:
- ServerOptions
public static class ServerOptions.TextServerOption
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
ConstructorDescriptionTextServerOption
(ServerOptions serverOptions, String string, String string2, int int1) -
Method Summary
Methods inherited from class zombie.config.StringConfigOption
getDefaultValue, getValue, getValueAsLuaString, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName
-
Constructor Details
-
TextServerOption
-
-
Method Details
-
getType
- Overrides:
getType
in classStringConfigOption
-
asConfigOption
- Specified by:
asConfigOption
in interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltip
in interfaceServerOptions.ServerOption
- Overrides:
getTooltip
in classStringConfigOption
-