Uses of Class
net.minecraft.util.text.LanguageMap
-
Packages that use LanguageMap Package Description net.minecraft.client.resources net.minecraft.util.text -
-
Uses of LanguageMap in net.minecraft.client.resources
Subclasses of LanguageMap in net.minecraft.client.resources Modifier and Type Class Description class
ClientLanguageMap
Fields in net.minecraft.client.resources declared as LanguageMap Modifier and Type Field Description private static LanguageMap
I18n. language
Methods in net.minecraft.client.resources with parameters of type LanguageMap Modifier and Type Method Description (package private) static void
I18n. setLanguage(LanguageMap p_239502_0_)
-
Uses of LanguageMap in net.minecraft.util.text
Fields in net.minecraft.util.text declared as LanguageMap Modifier and Type Field Description private LanguageMap
TextComponent. decomposedWith
private LanguageMap
TranslationTextComponent. decomposedWith
private static LanguageMap
LanguageMap. instance
Methods in net.minecraft.util.text that return LanguageMap Modifier and Type Method Description static LanguageMap
LanguageMap. getInstance()
private static LanguageMap
LanguageMap. loadDefault()
Methods in net.minecraft.util.text with parameters of type LanguageMap Modifier and Type Method Description static void
LanguageMap. inject(LanguageMap p_240594_0_)
-