Uses of Class
de.extio.spacecraft.shared.client.module.LobbyModuleServerPublishing
-
Packages that use LobbyModuleServerPublishing Package Description de.extio.spacecraft.shared.client.module Interfaces and data objects related to various builtin client modulesde.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules. -
-
Uses of LobbyModuleServerPublishing in de.extio.spacecraft.shared.client.module
Methods in de.extio.spacecraft.shared.client.module that return LobbyModuleServerPublishing Modifier and Type Method Description static LobbyModuleServerPublishing
LobbyModuleServerPublishing. valueOf(String name)
Returns the enum constant of this type with the specified name.static LobbyModuleServerPublishing[]
LobbyModuleServerPublishing. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LobbyModuleServerPublishing in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return LobbyModuleServerPublishing Modifier and Type Method Description LobbyModuleServerPublishing
LobbyModule2Settings. getDefaultServerPublishing()
Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type LobbyModuleServerPublishing Modifier and Type Method Description void
LobbyModule2Settings. setDefaultServerPublishing(LobbyModuleServerPublishing defaultServerPublishing)
-