Uses of Interface
de.extio.spacecraft.shared.managers.LocalizationManager
-
Packages that use LocalizationManager Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server side -
-
Uses of LocalizationManager in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client that return LocalizationManager Modifier and Type Method Description abstract LocalizationManagerEngineFacade. getLocalizationManager()The localization manager -
Uses of LocalizationManager in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return LocalizationManager Modifier and Type Method Description LocalizationManagerGameSession. getLocalizationManager()The localization managerMethods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type LocalizationManager Modifier and Type Method Description voidGameSession. setLocalizationManager(LocalizationManager localizationManager)
-