Uses of Class
de.extio.spacecraft.shared.client.module.LobbyModuleHostMode
-
Packages that use LobbyModuleHostMode 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 LobbyModuleHostMode in de.extio.spacecraft.shared.client.module
Methods in de.extio.spacecraft.shared.client.module that return LobbyModuleHostMode Modifier and Type Method Description static LobbyModuleHostModeLobbyModuleHostMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LobbyModuleHostMode[]LobbyModuleHostMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LobbyModuleHostMode in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return LobbyModuleHostMode Modifier and Type Method Description LobbyModuleHostModeLobbyModule2Settings. getHostMode()Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type LobbyModuleHostMode Modifier and Type Method Description voidLobbyModule2Settings. setHostMode(LobbyModuleHostMode hostMode)
-