Package net.minecraft.client.font
Interface Font
- All Superinterfaces:
 AutoCloseable
- All Known Implementing Classes:
 BitmapFont,BlankFont,SpaceFont,TrueTypeFont,UnihexFont
- Mappings:
 Namespace Name official egmintermediary net/minecraft/class_390named net/minecraft/client/font/Font
- 
Method Summary
 
- 
Method Details
- 
close
default void close()- Specified by:
 closein interfaceAutoCloseable
 - 
getGlyph
- Mappings:
 Namespace Name Mixin selector official aLegm;a(I)Legl;intermediary method_2040Lnet/minecraft/class_390;method_2040(I)Lnet/minecraft/class_379;named getGlyphLnet/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 aLegm;a()Lit/unimi/dsi/fastutil/ints/IntSet;intermediary method_27442Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;named getProvidedGlyphsLnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
 
 -