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. langMap
Methods in dev.majek.pc.data that return Language Modifier and Type Method Description Language
LanguageHandler. 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 ofLanguage
s.Methods in dev.majek.pc.data with parameters of type Language Modifier and Type Method Description void
LanguageHandler. setLanguage(Language language)
Set the pluginLanguage
.
-