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

43 lines
1.0 KiB
Plaintext

CLASS cwx net/minecraft/client/font/TextureFont
CLASS cwx$a Loader
FIELD a filename Lqq;
FIELD b chars Ljava/util/List;
FIELD c height I
FIELD d ascent I
METHOD <init> (Lqq;IILjava/util/List;)V
ARG 1 id
ARG 2 height
ARG 3 ascent
ARG 4 chars
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcwx$a;
ARG 0 json
METHOD a findCharacterStartX (Lcsp;IIII)I
ARG 1 image
ARG 2 characterWidth
ARG 3 characterHeight
ARG 4 charPosX
ARG 5 charPosY
CLASS cwx$b TextureFontGlyph
FIELD a scaleFactor F
FIELD b image Lcsp;
FIELD c x I
FIELD d y I
FIELD e width I
FIELD f height I
FIELD g advance I
FIELD h ascent I
METHOD <init> (FLcsp;IIIIII)V
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;
FIELD b image Lcsp;
FIELD c characterToGlyphMap Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
METHOD <init> (Lcsp;Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;)V
ARG 1 image