Uses of Class
zombie.network.ServerOptions
Packages that use ServerOptions
-
Uses of ServerOptions in zombie.Lua
Methods in zombie.Lua that return ServerOptionsModifier and TypeMethodDescriptionstatic ServerOptions
LuaManager.GlobalObject.getServerOptions()
-
Uses of ServerOptions in zombie.network
Fields in zombie.network declared as ServerOptionsModifier and TypeFieldDescriptionstatic final ServerOptions
ServerOptions.instance
protected ServerOptions
ServerSettings.serverOptions
Methods in zombie.network that return ServerOptionsModifier and TypeMethodDescriptionstatic ServerOptions
ServerOptions.getInstance()
ServerSettings.getServerOptions()
Constructors in zombie.network with parameters of type ServerOptionsModifierConstructorDescriptionBooleanServerOption
(ServerOptions owner, String name, boolean defaultValue) DoubleServerOption
(ServerOptions owner, String name, double min, double max, double defaultValue) EnumServerOption
(ServerOptions serverOptions, String string, int int0, int int1) IntegerServerOption
(ServerOptions owner, String name, int min, int max, int defaultValue) StringServerOption
(ServerOptions owner, String name, String defaultValue, int maxLength) TextServerOption
(ServerOptions owner, String name, String defaultValue, int maxLength)