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