Package zombie.network
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
-
Field Summary
Fields inherited from class zombie.config.IntegerConfigOption
defaultValue, max, min, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorDescriptionIntegerServerOption
(ServerOptions serverOptions, String string, int int1, int int2, int int3) -
Method Summary
Methods inherited from class zombie.config.IntegerConfigOption
getDefaultValue, getMax, getMin, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
IntegerServerOption
public IntegerServerOption(ServerOptions serverOptions, String string, int int1, int int2, int int3)
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOption
in interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltip
in interfaceServerOptions.ServerOption
- Overrides:
getTooltip
in classIntegerConfigOption
-