CLASS net/minecraft/class_377 net/minecraft/client/font/FontStorage FIELD field_20910 whiteRectangleGlyphRenderer Lnet/minecraft/class_382; FIELD field_2246 id Lnet/minecraft/class_2960; FIELD field_2247 fonts Ljava/util/List; FIELD field_2248 textureManager Lnet/minecraft/class_1060; FIELD field_2249 charactersByWidth Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; FIELD field_2252 RANDOM Lnet/minecraft/class_5819; FIELD field_2253 glyphRendererCache Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; FIELD field_2254 glyphAtlases Ljava/util/List; FIELD field_2256 blankGlyphRenderer Lnet/minecraft/class_382; FIELD field_2257 glyphCache Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; METHOD (Lnet/minecraft/class_1060;Lnet/minecraft/class_2960;)V ARG 1 textureManager ARG 2 id METHOD method_2004 setFonts (Ljava/util/List;)V ARG 1 fonts METHOD method_2010 closeGlyphAtlases ()V METHOD method_2011 getGlyph (I)Lnet/minecraft/class_379; COMMENT {@return the glyph of {@code codePoint}} COMMENT COMMENT @implNote {@link BuiltinEmptyGlyph#MISSING} is returned for missing code points. ARG 1 codePoint METHOD method_2012 getGlyphRenderer (Lnet/minecraft/class_383;)Lnet/minecraft/class_382; ARG 1 c METHOD method_2013 getObfuscatedGlyphRenderer (Lnet/minecraft/class_379;)Lnet/minecraft/class_382; ARG 1 glyph METHOD method_2014 getGlyphRenderer (I)Lnet/minecraft/class_382; ARG 1 codePoint METHOD method_22943 getRectangleRenderer ()Lnet/minecraft/class_382; METHOD method_24290 closeFonts ()V METHOD method_27545 (Ljava/util/List;Ljava/util/Set;I)V ARG 3 codePoint METHOD method_27546 (I)Lit/unimi/dsi/fastutil/ints/IntList; ARG 0 advance METHOD method_40038 findGlyph (I)Lnet/minecraft/class_379; COMMENT {@return the glyph of {@code codePoint}} COMMENT COMMENT @apiNote Call {@link #getGlyph} instead, as that method provides caching. ARG 1 codePoint METHOD method_41832 findGlyphRenderer (I)Lnet/minecraft/class_382; ARG 1 codePoint