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

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cwp net/minecraft/client/font/UnicodeTextureFont
CLASS cwp$a net/minecraft/client/font/UnicodeTextureFont$net/minecraft/client/font/UnicodeTextureFont$Loader
2019-03-14 08:57:09 -04:00
FIELD a sizes Lqp;
2019-02-16 15:49:37 -05:00
FIELD b template Ljava/lang/String;
2019-03-14 08:57:09 -04:00
METHOD <init> (Lqp;Ljava/lang/String;)V
2019-02-16 15:49:37 -05:00
ARG 1 sizes
ARG 2 template
2019-03-14 11:39:51 -04:00
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcwn;
CLASS cwp$b net/minecraft/client/font/UnicodeTextureFont$net/minecraft/client/font/UnicodeTextureFont$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-03-14 11:39:51 -04:00
FIELD e image Lcse;
METHOD <init> (IIIILcse;)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-14 08:57:09 -04:00
FIELD b resourceManager Lxa;
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-14 08:57:09 -04:00
METHOD <init> (Lxa;[BLjava/lang/String;)V
2019-02-16 15:49:37 -05:00
ARG 1 resourceManager
ARG 2 sizes
ARG 3 template
2019-03-14 11:39:51 -04:00
METHOD a getGlyphImage (Lqp;)Lcse;
2019-02-16 15:49:37 -05:00
ARG 1 glyphId
2019-03-14 08:57:09 -04:00
METHOD b getGlyphId (C)Lqp;
2019-02-16 15:49:37 -05:00
ARG 1 character