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, valueFields inherited from class zombie.config.ConfigOption
name -
Constructor Summary
Constructors Constructor Description TextServerOption(ServerOptions owner, java.lang.String name, java.lang.String defaultValue) -
Method Summary
Modifier and Type Method Description ConfigOptionasConfigOption()java.lang.StringgetTooltip()java.lang.StringgetType()Methods inherited from class zombie.config.StringConfigOption
getDefaultValue, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class zombie.config.ConfigOption
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextServerOption
-
-
Method Details
-
getType
public java.lang.String getType()- Overrides:
getTypein classStringConfigOption
-
asConfigOption
- Specified by:
asConfigOptionin interfaceServerOptions.ServerOption
-
getTooltip
public java.lang.String getTooltip()- Specified by:
getTooltipin interfaceServerOptions.ServerOption
-