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 Language
LanguageScreen.List.LanguageEntry. language
Constructors 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 Language
LanguageManager. currentLanguage
private static Language
LanguageManager. DEFAULT_LANGUAGE
Fields 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. languages
Methods in net.minecraft.client.resources that return Language Modifier and Type Method Description Language
LanguageManager. getLanguage(java.lang.String p_191960_1_)
Language
LanguageManager. 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 int
Language. compareTo(Language p_compareTo_1_)
void
LanguageManager. setSelected(Language p_135045_1_)
Method parameters in net.minecraft.client.resources with type arguments of type Language Modifier and Type Method Description static ClientLanguageMap
ClientLanguageMap. 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. languages
Methods 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_)
-