Package net.minecraft.client.font
Class SpaceFont
java.lang.Object
net.minecraft.client.font.SpaceFont
- All Implemented Interfaces:
 AutoCloseable,Font
- Mappings:
 Namespace Name official egointermediary net/minecraft/class_7166named net/minecraft/client/font/SpaceFont
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetGlyph(int codePoint) Returns the set of code points for which this font can provide glyphs. 
- 
Field Details
- 
codePointsToGlyphs
- Mappings:
 Namespace Name Mixin selector official aLego;a:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_37842Lnet/minecraft/class_7166;field_37842:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named codePointsToGlyphsLnet/minecraft/client/font/SpaceFont;codePointsToGlyphs:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
 
 - 
 - 
Constructor Details
- 
SpaceFont
- Mappings:
 Namespace Name Mixin selector official <init>Lego;<init>(Ljava/util/Map;)Vintermediary <init>Lnet/minecraft/class_7166;<init>(Ljava/util/Map;)Vnamed <init>Lnet/minecraft/client/font/SpaceFont;<init>(Ljava/util/Map;)V
 
 - 
 - 
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 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;
 
 -