Package net.minecraft.client.font
Class BlankFont
java.lang.Object
net.minecraft.client.font.BlankFont
- All Implemented Interfaces:
- AutoCloseable,- Font
- Mappings:
- Namespace - Name - official - erk- intermediary - net/minecraft/class_376- named - net/minecraft/client/font/BlankFont
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGlyph(int codePoint) Returns the set of code points for which this font can provide glyphs.
- 
Constructor Details- 
BlankFontpublic BlankFont()
 
- 
- 
Method Details- 
getGlyph
- 
getProvidedGlyphsReturns the set of code points for which this font can provide glyphs.- Specified by:
- getProvidedGlyphsin interface- Font
- 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;
 
 
-