Class ServerOptions.EnumServerOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.IntegerConfigOption
zombie.config.EnumConfigOption
zombie.network.ServerOptions.EnumServerOption
- All Implemented Interfaces:
ServerOptions.ServerOption
- Enclosing class:
ServerOptions
public static class ServerOptions.EnumServerOption
extends EnumConfigOption
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
ConstructorsConstructorDescriptionEnumServerOption
(ServerOptions serverOptions, String string, int int0, int int1) -
Method Summary
Methods inherited from class zombie.config.EnumConfigOption
getNumValues, getType
Methods inherited from class zombie.config.IntegerConfigOption
getDefaultValue, getMax, getMin, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
EnumServerOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOption
in interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltip
in interfaceServerOptions.ServerOption
- Overrides:
getTooltip
in classIntegerConfigOption
-
getValueTranslationByIndex
-