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

17 lines
455 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cyq net/minecraft/client/font/TrueTypeFontLoader
2018-12-31 16:37:56 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-06-07 07:45:25 -04:00
FIELD b filename Lqt;
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-06-07 07:45:25 -04:00
METHOD <init> (Lqt;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-06-19 13:48:53 -04:00
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcyn;