Uses of Class
net.minecraft.util.Language
Package | Description |
---|---|
net.minecraft.client.resource.language | |
net.minecraft.text | |
net.minecraft.util |
-
Uses of Language in net.minecraft.client.resource.language
Subclasses of Language in net.minecraft.client.resource.language Modifier and Type Class Description class
TranslationStorage
Fields in net.minecraft.client.resource.language declared as Language Modifier and Type Field Description private static Language
I18n. language
Methods in net.minecraft.client.resource.language with parameters of type Language Modifier and Type Method Description (package private) static void
I18n. setLanguage(Language language)
-
Uses of Language in net.minecraft.text
Fields in net.minecraft.text declared as Language Modifier and Type Field Description private @Nullable Language
TranslatableText. languageCache
private @Nullable Language
BaseText. previousLanguage
-
Uses of Language in net.minecraft.util
Fields in net.minecraft.util declared as Language Modifier and Type Field Description private static Language
Language. instance
Methods in net.minecraft.util that return Language Modifier and Type Method Description private static Language
Language. create()
static Language
Language. getInstance()
Methods in net.minecraft.util with parameters of type Language Modifier and Type Method Description static void
Language. setInstance(Language language)