Package net.minecraft.client.font
Class UnicodeTextureFont.Loader
java.lang.Object
net.minecraft.client.font.UnicodeTextureFont.Loader
- All Implemented Interfaces:
FontLoader
- Enclosing class:
UnicodeTextureFont
@Environment(CLIENT)
public static class UnicodeTextureFont.Loader
extends Object
implements FontLoader
- Mappings:
Namespace Name official ejq$a
intermediary net/minecraft/class_391$class_392
named net/minecraft/client/font/UnicodeTextureFont$Loader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FontLoader
fromJson
(JsonObject json) private static String
load
(ResourceManager manager)
-
Field Details
-
sizes
- Mappings:
Namespace Name Mixin selector official a
Lejq$a;a:Labb;
intermediary field_2304
Lnet/minecraft/class_391$class_392;field_2304:Lnet/minecraft/class_2960;
named sizes
Lnet/minecraft/client/font/UnicodeTextureFont$Loader;sizes:Lnet/minecraft/util/Identifier;
-
template
- Mappings:
Namespace Name Mixin selector official b
Lejq$a;b:Ljava/lang/String;
intermediary field_2305
Lnet/minecraft/class_391$class_392;field_2305:Ljava/lang/String;
named template
Lnet/minecraft/client/font/UnicodeTextureFont$Loader;template:Ljava/lang/String;
-
-
Constructor Details
-
Loader
- Mappings:
Namespace Name Mixin selector official <init>
Lejq$a;<init>(Labb;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_391$class_392;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;)V
named <init>
Lnet/minecraft/client/font/UnicodeTextureFont$Loader;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;)V
-
-
Method Details
-
fromJson
- Mappings:
Namespace Name Mixin selector official a
Lejq$a;a(Lcom/google/gson/JsonObject;)Lejo;
intermediary method_2046
Lnet/minecraft/class_391$class_392;method_2046(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_389;
named fromJson
Lnet/minecraft/client/font/UnicodeTextureFont$Loader;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/font/FontLoader;
-
getLegacyUnicodeTemplate
- Mappings:
Namespace Name Mixin selector official b
Lejq$a;b(Lcom/google/gson/JsonObject;)Ljava/lang/String;
intermediary method_37431
Lnet/minecraft/class_391$class_392;method_37431(Lcom/google/gson/JsonObject;)Ljava/lang/String;
named getLegacyUnicodeTemplate
Lnet/minecraft/client/font/UnicodeTextureFont$Loader;getLegacyUnicodeTemplate(Lcom/google/gson/JsonObject;)Ljava/lang/String;
-
load
- Specified by:
load
in interfaceFontLoader
- Mappings:
Namespace Name Mixin selector official create
Lejo;create(Laim;)Ldyt;
intermediary method_2039
Lnet/minecraft/class_389;method_2039(Lnet/minecraft/class_3300;)Lnet/minecraft/class_390;
named load
Lnet/minecraft/client/font/FontLoader;load(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/font/Font;
-