Class ServerOptions.IntegerServerOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.IntegerConfigOption
zombie.network.ServerOptions.IntegerServerOption
- All Implemented Interfaces:
ServerOptions.ServerOption
- Enclosing class:
ServerOptions
public static class ServerOptions.IntegerServerOption
extends IntegerConfigOption
implements ServerOptions.ServerOption
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerServerOption(ServerOptions owner, String name, int min, int max, int defaultValue) -
Method Summary
Methods inherited from class zombie.config.IntegerConfigOption
getDefaultValue, getMax, getMin, getType, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
IntegerServerOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOptionin interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltipin interfaceServerOptions.ServerOption- Overrides:
getTooltipin classIntegerConfigOption
-