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

26 lines
821 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS cru net/minecraft/client/font/FontStorage
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-12-31 16:37:56 -05:00
FIELD b EMPTY_GLYPH_RENDERER Lcry;
FIELD c SPACE Lcnn;
2018-11-30 06:38:47 -05:00
FIELD d RANDOM Ljava/util/Random;
2018-12-31 16:37:56 -05:00
FIELD e textureManager Ldnp;
FIELD f id Lqc;
FIELD g BLANK_GLYPH_RENDERER Lcrx;
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;
METHOD <init> (Ldnp;Lqc;)V
ARG 1 textureManager
ARG 2 id
2018-12-12 12:12:26 -05:00
METHOD a getGlyph (C)Lcnn;
2018-12-31 16:37:56 -05:00
ARG 1 c
METHOD a getObfuscatedGlyphRenderer (Lcnn;)Lcrx;
ARG 1 glyph
METHOD a getGlyphRenderer (Lcnp;)Lcrx;
ARG 1 c
METHOD b getGlyphRenderer (C)Lcrx;
ARG 1 c
METHOD c getRenderableGlyph (C)Lcnp;
ARG 1 c