Uses of Record Class
net.minecraft.client.resources.language.LanguageInfo
Packages that use LanguageInfo
Package
Description
-
Uses of LanguageInfo in net.minecraft.client.gui.screens
Constructors in net.minecraft.client.gui.screens with parameters of type LanguageInfo -
Uses of LanguageInfo in net.minecraft.client.resources.language
Fields in net.minecraft.client.resources.language declared as LanguageInfoModifier and TypeFieldDescriptionprivate static final LanguageInfo
LanguageManager.DEFAULT_LANGUAGE
Fields in net.minecraft.client.resources.language with type parameters of type LanguageInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LanguageInfo>
LanguageInfo.CODEC
private Map<String,
LanguageInfo> LanguageManager.languages
Methods in net.minecraft.client.resources.language that return LanguageInfoMethods in net.minecraft.client.resources.language that return types with arguments of type LanguageInfoModifier and TypeMethodDescriptionprivate static Map<String,
LanguageInfo> LanguageManager.extractLanguages
(Stream<PackResources> p_118982_) LanguageManager.getLanguages()
-
Uses of LanguageInfo in net.minecraft.client.resources.metadata.language
Fields in net.minecraft.client.resources.metadata.language with type parameters of type LanguageInfoModifier and TypeFieldDescriptionprivate final Map<String,
LanguageInfo> LanguageMetadataSection.languages
The field for thelanguages
record component.Methods in net.minecraft.client.resources.metadata.language that return types with arguments of type LanguageInfoModifier and TypeMethodDescriptionLanguageMetadataSection.languages()
Returns the value of thelanguages
record component.Constructor parameters in net.minecraft.client.resources.metadata.language with type arguments of type LanguageInfoModifierConstructorDescriptionLanguageMetadataSection
(Map<String, LanguageInfo> languages) Creates an instance of aLanguageMetadataSection
record class.