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/BlankFontintermediary net/minecraft/class_376official fri
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.font.Font
Font.FontFilterPair - 
Field Summary
Fields inherited from interface net.minecraft.client.font.Font
field_48382 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetGlyph(int codePoint) Returns the set of code points for which this font can provide glyphs. 
- 
Constructor Details
- 
BlankFont
public BlankFont() 
 - 
 - 
Method Details
- 
getGlyph
 - 
getProvidedGlyphs
Returns the set of code points for which this font can provide glyphs.- Specified by:
 getProvidedGlyphsin interfaceFont- Returns:
 - the set of code points for which this font can provide glyphs
 - Mappings:
 Namespace Name Mixin selector named getProvidedGlyphsLnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;intermediary method_27442Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;official aLfdu;a()Lit/unimi/dsi/fastutil/ints/IntSet;
 
 -