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

30 lines
943 B
Plaintext

CLASS cxg net/minecraft/client/font/FontStorage
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b EMPTY_GLYPH_RENDERER Lcxk;
FIELD c SPACE Lcst;
FIELD d RANDOM Ljava/util/Random;
FIELD e textureManager Ldtp;
FIELD f id Lqr;
FIELD g blankGlyphRenderer Lcxj;
FIELD h fonts Ljava/util/List;
FIELD i glyphRendererCache Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
FIELD j glyphCache Lit/unimi/dsi/fastutil/chars/Char2ObjectMap;
FIELD k charactersByWidth Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
FIELD l glyphAtlases Ljava/util/List;
METHOD <init> (Ldtp;Lqr;)V
ARG 1 textureManager
ARG 2 id
METHOD a closeGlyphAtlases ()V
METHOD a getGlyph (C)Lcst;
ARG 1 c
METHOD a getObfuscatedGlyphRenderer (Lcst;)Lcxj;
ARG 1 glyph
METHOD a getGlyphRenderer (Lcsv;)Lcxj;
ARG 1 c
METHOD a setFonts (Ljava/util/List;)V
ARG 1 fonts
METHOD b getGlyphRenderer (C)Lcxj;
ARG 1 c
METHOD c getRenderableGlyph (C)Lcsv;
ARG 1 c