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

30 lines
943 B
Plaintext

CLASS cwe net/minecraft/client/font/FontStorage
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b EMPTY_GLYPH_RENDERER Lcwi;
FIELD c SPACE Lcrq;
FIELD d RANDOM Ljava/util/Random;
FIELD e textureManager Ldtc;
FIELD f id Lqp;
FIELD g blankGlyphRenderer Lcwh;
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> (Ldtc;Lqp;)V
ARG 1 textureManager
ARG 2 id
METHOD a closeGlyphAtlases ()V
METHOD a getGlyph (C)Lcrq;
ARG 1 c
METHOD a getObfuscatedGlyphRenderer (Lcrq;)Lcwh;
ARG 1 glyph
METHOD a getGlyphRenderer (Lcrs;)Lcwh;
ARG 1 c
METHOD a setFonts (Ljava/util/List;)V
ARG 1 fonts
METHOD b getGlyphRenderer (C)Lcwh;
ARG 1 c
METHOD c getRenderableGlyph (C)Lcrs;
ARG 1 c