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

34 lines
902 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cxt net/minecraft/client/font/UnicodeTextureFont
CLASS cxt$a Loader
2019-03-27 14:35:10 -04:00
FIELD a sizes Lqr;
2019-02-16 15:49:37 -05:00
FIELD b template Ljava/lang/String;
2019-03-27 14:35:10 -04:00
METHOD <init> (Lqr;Ljava/lang/String;)V
2019-02-16 15:49:37 -05:00
ARG 1 sizes
ARG 2 template
2019-04-03 12:16:41 -04:00
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcxr;
CLASS cxt$b UnicodeTextureGlyph
2018-12-31 16:37:56 -05:00
FIELD a width I
FIELD b height I
FIELD c unpackSkipPixels I
FIELD d unpackSkipRows I
2019-04-03 12:16:41 -04:00
FIELD e image Lctj;
METHOD <init> (IIIILctj;)V
2018-12-31 16:37:56 -05:00
ARG 1 unpackSkipPixels
ARG 2 unpackSkipRows
ARG 3 width
ARG 4 height
ARG 5 image
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-27 14:35:10 -04:00
FIELD b resourceManager Lxc;
2019-02-16 15:49:37 -05:00
FIELD c sizes [B
FIELD d template Ljava/lang/String;
FIELD e images Ljava/util/Map;
2019-03-27 14:35:10 -04:00
METHOD <init> (Lxc;[BLjava/lang/String;)V
2019-02-16 15:49:37 -05:00
ARG 1 resourceManager
ARG 2 sizes
ARG 3 template
2019-04-03 12:16:41 -04:00
METHOD a getGlyphImage (Lqr;)Lctj;
2019-02-16 15:49:37 -05:00
ARG 1 glyphId
2019-03-27 14:35:10 -04:00
METHOD b getGlyphId (C)Lqr;
2019-02-16 15:49:37 -05:00
ARG 1 character