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

11 lines
282 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS csg net/minecraft/client/font/FontLoaderTTF
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-12-12 12:12:26 -05:00
FIELD b filename Lqc;
FIELD c size F
FIELD d oversample F
2018-12-12 12:22:18 -05:00
METHOD <init> (Lqc;FFFFLjava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 1 filename
ARG 2 size
ARG 3 oversample
2018-12-12 12:12:26 -05:00
METHOD a load (Lwj;)Lcno;