Package zombie.network
Class ServerOptions.BooleanServerOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.network.ServerOptions.BooleanServerOption
- All Implemented Interfaces:
ServerOptions.ServerOption
- Enclosing class:
- ServerOptions
public static class ServerOptions.BooleanServerOption extends BooleanConfigOption implements ServerOptions.ServerOption
-
Field Summary
Fields inherited from class zombie.config.BooleanConfigOption
defaultValue, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
Constructors Constructor Description BooleanServerOption(ServerOptions serverOptions, java.lang.String string, boolean boolean1)
-
Method Summary
Modifier and Type Method Description ConfigOption
asConfigOption()
java.lang.String
getTooltip()
Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanServerOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOption
in interfaceServerOptions.ServerOption
-
getTooltip
public java.lang.String getTooltip()- Specified by:
getTooltip
in interfaceServerOptions.ServerOption
-