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

26 lines
821 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS csj net/minecraft/client/font/FontStorage
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-01-09 12:20:38 -05:00
FIELD b EMPTY_GLYPH_RENDERER Lcsn;
FIELD c SPACE Lcoc;
2018-11-30 06:38:47 -05:00
FIELD d RANDOM Ljava/util/Random;
2019-01-09 12:20:38 -05:00
FIELD e textureManager Ldol;
FIELD f id Lqe;
FIELD g BLANK_GLYPH_RENDERER Lcsm;
2018-12-31 16:37:56 -05:00
FIELD h fonts Ljava/util/List;
FIELD i glyphRendererCache Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
FIELD j glyphCache Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
2018-12-31 16:37:56 -05:00
FIELD k charactersByWidth Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
2019-01-09 12:20:38 -05:00
METHOD <init> (Ldol;Lqe;)V
2018-12-31 16:37:56 -05:00
ARG 1 textureManager
ARG 2 id
2019-01-09 12:20:38 -05:00
METHOD a getGlyph (C)Lcoc;
2018-12-31 16:37:56 -05:00
ARG 1 c
2019-01-09 12:20:38 -05:00
METHOD a getObfuscatedGlyphRenderer (Lcoc;)Lcsm;
2018-12-31 16:37:56 -05:00
ARG 1 glyph
2019-01-09 12:20:38 -05:00
METHOD a getGlyphRenderer (Lcoe;)Lcsm;
2018-12-31 16:37:56 -05:00
ARG 1 c
2019-01-09 12:20:38 -05:00
METHOD b getGlyphRenderer (C)Lcsm;
2018-12-31 16:37:56 -05:00
ARG 1 c
2019-01-09 12:20:38 -05:00
METHOD c getRenderableGlyph (C)Lcoe;
2018-12-31 16:37:56 -05:00
ARG 1 c