Package net.minecraft.client.font
Interface Font
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
BitmapFont
,BlankFont
,SpaceFont
,TrueTypeFont
,UnihexFont
- Mappings:
Namespace Name official egm
intermediary net/minecraft/class_390
named net/minecraft/client/font/Font
-
Method Summary
-
Method Details
-
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-
getGlyph
- Mappings:
Namespace Name Mixin selector official a
Legm;a(I)Legl;
intermediary method_2040
Lnet/minecraft/class_390;method_2040(I)Lnet/minecraft/class_379;
named getGlyph
Lnet/minecraft/client/font/Font;getGlyph(I)Lnet/minecraft/client/font/Glyph;
-
getProvidedGlyphs
IntSet getProvidedGlyphs()Returns the set of code points for which this font can provide glyphs.- Returns:
- the set of code points for which this font can provide glyphs
- Mappings:
Namespace Name Mixin selector official a
Legm;a()Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary method_27442
Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;
named getProvidedGlyphs
Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
-