Uses of Class
de.extio.spacecraft.shared.model.i18n.Language
-
Packages that use Language Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.i18n Data objects for the localization subsystem -
-
Uses of Language in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return types with arguments of type Language Modifier and Type Method Description List<Language>
LocalizationManager. getLanguages()
-
Uses of Language in de.extio.spacecraft.shared.model.i18n
Methods in de.extio.spacecraft.shared.model.i18n that return types with arguments of type Language Modifier and Type Method Description Map<Language,Map<String,String>>
Localizations. getLanguages()
Method parameters in de.extio.spacecraft.shared.model.i18n with type arguments of type Language Modifier and Type Method Description void
Localizations. setLanguages(Map<Language,Map<String,String>> languages)
Constructors in de.extio.spacecraft.shared.model.i18n with parameters of type Language Constructor Description Language(Language other)
-