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

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cwm net/minecraft/client/font/TextureFont
CLASS cwm$a net/minecraft/client/font/TextureFont$net/minecraft/client/font/TextureFont$Loader
2019-03-14 08:57:09 -04:00
FIELD a filename Lqp;
2018-12-31 16:37:56 -05:00
FIELD b chars Ljava/util/List;
FIELD c height I
FIELD d ascent I
2019-03-14 08:57:09 -04:00
METHOD <init> (Lqp;IILjava/util/List;)V
2018-12-31 16:37:56 -05:00
ARG 1 id
ARG 2 height
ARG 3 ascent
ARG 4 chars
2019-03-14 11:39:51 -04:00
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcwm$a;
2019-02-16 15:49:37 -05:00
ARG 0 json
2019-03-14 11:39:51 -04:00
METHOD a findCharacterStartX (Lcse;IIII)I
2018-12-31 16:37:56 -05:00
ARG 1 image
ARG 2 characterWidth
ARG 3 characterHeight
ARG 4 charPosX
ARG 5 charPosY
2019-03-14 11:39:51 -04:00
CLASS cwm$b net/minecraft/client/font/TextureFont$net/minecraft/client/font/TextureFont$TextureFontGlyph
2018-12-31 16:37:56 -05:00
FIELD a scaleFactor F
2019-03-14 11:39:51 -04:00
FIELD b image Lcse;
2018-12-31 16:37:56 -05:00
FIELD c x I
FIELD d y I
FIELD e width I
FIELD f height I
FIELD g advance I
2018-12-31 16:37:56 -05:00
FIELD h ascent I
2019-03-14 11:39:51 -04:00
METHOD <init> (FLcse;IIIIII)V
2018-12-31 16:37:56 -05:00
ARG 1 scaleFactor
ARG 2 image
ARG 3 x
ARG 4 y
ARG 5 width
ARG 6 height
ARG 7 advance
ARG 8 ascent
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-14 11:39:51 -04:00
FIELD b image Lcse;
2018-12-31 16:37:56 -05:00
FIELD c characterToGlyphMap Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
2019-03-14 11:39:51 -04:00
METHOD <init> (Lcse;Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;)V
2018-12-31 16:37:56 -05:00
ARG 1 image