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

35 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_377 net/minecraft/client/font/FontStorage
FIELD field_20910 whiteRectangleGlyphRenderer Lnet/minecraft/class_382;
2019-06-28 17:55:20 -04:00
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_2250 EMPTY_GLYPH_RENDERER Lnet/minecraft/class_384;
FIELD field_2251 SPACE Lnet/minecraft/class_379;
FIELD field_2252 RANDOM Ljava/util/Random;
2020-04-22 11:59:47 -04:00
FIELD field_2253 glyphRendererCache Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
2019-06-28 17:55:20 -04:00
FIELD field_2254 glyphAtlases Ljava/util/List;
FIELD field_2256 blankGlyphRenderer Lnet/minecraft/class_382;
2020-04-22 11:59:47 -04:00
FIELD field_2257 glyphCache Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
METHOD <init> (Lnet/minecraft/class_1060;Lnet/minecraft/class_2960;)V
2018-12-31 16:37:56 -05:00
ARG 1 textureManager
ARG 2 id
2019-06-28 17:55:20 -04:00
METHOD method_2004 setFonts (Ljava/util/List;)V
ARG 1 fonts
METHOD method_2005 (I)Lnet/minecraft/class_379;
ARG 1 codePoint
2020-04-22 11:59:47 -04:00
METHOD method_2008 getRenderableGlyph (I)Lnet/minecraft/class_383;
ARG 1 codePoint
2019-06-28 17:55:20 -04:00
METHOD method_2010 closeGlyphAtlases ()V
2020-04-22 11:59:47 -04:00
METHOD method_2011 getGlyph (I)Lnet/minecraft/class_379;
ARG 1 codePoint
2019-06-28 17:55:20 -04:00
METHOD method_2012 getGlyphRenderer (Lnet/minecraft/class_383;)Lnet/minecraft/class_382;
2018-12-31 16:37:56 -05:00
ARG 1 c
2019-06-28 17:55:20 -04:00
METHOD method_2013 getObfuscatedGlyphRenderer (Lnet/minecraft/class_379;)Lnet/minecraft/class_382;
ARG 1 glyph
2020-04-22 11:59:47 -04:00
METHOD method_2014 getGlyphRenderer (I)Lnet/minecraft/class_382;
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