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

8 lines
353 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_390 net/minecraft/client/font/Font
2020-04-22 11:59:47 -04:00
METHOD method_2040 getGlyph (I)Lnet/minecraft/class_383;
ARG 1 codePoint
METHOD method_27442 getProvidedGlyphs ()Lit/unimi/dsi/fastutil/ints/IntSet;
COMMENT Returns the set of code points for which this font can provide glyphs.
COMMENT
COMMENT @return a set of integer code points.