yarn/mappings/net/minecraft/client/font/TrueTypeFontLoader.mapping

17 lines
455 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS ctc net/minecraft/client/font/TrueTypeFontLoader
2018-12-31 16:37:56 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-01-24 11:47:45 -05:00
FIELD b filename Lqd;
2018-12-31 16:37:56 -05:00
FIELD c size F
FIELD d oversample F
FIELD e shiftX F
FIELD f shiftY F
FIELD g excludedCharacters Ljava/lang/String;
2019-01-24 11:47:45 -05:00
METHOD <init> (Lqd;FFFFLjava/lang/String;)V
2018-12-31 16:37:56 -05:00
ARG 1 filename
ARG 2 size
ARG 3 oversample
ARG 4 shiftX
ARG 5 shiftY
ARG 6 excludedCharacters
2019-02-06 15:22:24 -05:00
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcsz;