Uses of Class
dev.majek.pc.data.object.Language
-
Packages that use Language Package Description dev.majek.pc.data -
-
Uses of Language in dev.majek.pc.data
Fields in dev.majek.pc.data with type parameters of type Language Modifier and Type Field Description Map<String,Language>LanguageHandler. langMapMethods in dev.majek.pc.data that return Language Modifier and Type Method Description LanguageLanguageHandler. getLanguage()Get the current pluginLanguage.Methods in dev.majek.pc.data that return types with arguments of type Language Modifier and Type Method Description Map<String,Language>LanguageHandler. getLangMap()Get the plugin's map ofLanguages.Methods in dev.majek.pc.data with parameters of type Language Modifier and Type Method Description voidLanguageHandler. setLanguage(Language language)Set the pluginLanguage.
-