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
-
Constructor Summary
ConstructorsConstructorDescriptionEnumServerOption(ServerOptions owner, String name, int numValues, int defaultValue) -
Method Summary
Methods inherited from class EnumConfigOption
getNumValues, getTypeMethods inherited from class IntegerConfigOption
getDefaultValue, getMax, getMin, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
EnumServerOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOptionin interfaceServerOptions.ServerOption
-
getTooltip
- Specified by:
getTooltipin interfaceServerOptions.ServerOption- Overrides:
getTooltipin classIntegerConfigOption
-
getValueTranslationByIndex
-