Uses of Class
net.minecraft.client.resources.Language
-
Packages that use Language Package Description net.minecraft.client.gui.screen net.minecraft.client.resources net.minecraft.client.resources.data -
-
Uses of Language in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as Language Modifier and Type Field Description private LanguageLanguageScreen.List.LanguageEntry. languageConstructors in net.minecraft.client.gui.screen with parameters of type Language Constructor Description LanguageEntry(Language p_i50494_2_) -
Uses of Language in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as Language Modifier and Type Field Description private LanguageLanguageManager. currentLanguageprivate static LanguageLanguageManager. DEFAULT_LANGUAGEFields in net.minecraft.client.resources with type parameters of type Language Modifier and Type Field Description private java.util.Map<java.lang.String,Language>LanguageManager. languagesMethods in net.minecraft.client.resources that return Language Modifier and Type Method Description LanguageLanguageManager. getLanguage(java.lang.String p_191960_1_)LanguageLanguageManager. getSelected()Methods in net.minecraft.client.resources that return types with arguments of type Language Modifier and Type Method Description private static java.util.Map<java.lang.String,Language>LanguageManager. extractLanguages(java.util.stream.Stream<IResourcePack> p_239506_0_)java.util.SortedSet<Language>LanguageManager. getLanguages()Methods in net.minecraft.client.resources with parameters of type Language Modifier and Type Method Description intLanguage. compareTo(Language p_compareTo_1_)voidLanguageManager. setSelected(Language p_135045_1_)Method parameters in net.minecraft.client.resources with type arguments of type Language Modifier and Type Method Description static ClientLanguageMapClientLanguageMap. loadFrom(IResourceManager p_239497_0_, java.util.List<Language> p_239497_1_) -
Uses of Language in net.minecraft.client.resources.data
Fields in net.minecraft.client.resources.data with type parameters of type Language Modifier and Type Field Description private java.util.Collection<Language>LanguageMetadataSection. languagesMethods in net.minecraft.client.resources.data that return types with arguments of type Language Modifier and Type Method Description java.util.Collection<Language>LanguageMetadataSection. getLanguages()Constructor parameters in net.minecraft.client.resources.data with type arguments of type Language Constructor Description LanguageMetadataSection(java.util.Collection<Language> p_i1311_1_)
-