Package net.minecraft.client.font
Class BlankFont
java.lang.Object
net.minecraft.client.font.BlankFont
- All Implemented Interfaces:
- AutoCloseable,- Font
- Mappings:
- Namespace - Name - named - net/minecraft/client/font/BlankFont- intermediary - net/minecraft/class_376- official - fri
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.font.FontFont.FontFilterPair
- 
Field SummaryFields inherited from interface net.minecraft.client.font.Fontfield_48382
- 
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 - named - getProvidedGlyphs- Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;- intermediary - method_27442- Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;- official - a- Lfdu;a()Lit/unimi/dsi/fastutil/ints/IntSet;
 
 
-