Package net.minecraft.client.font
Class SpaceFont
java.lang.Object
net.minecraft.client.font.SpaceFont
- All Implemented Interfaces:
- AutoCloseable,- Font
- Mappings:
- Namespace - Name - official - ego- intermediary - net/minecraft/class_7166- named - net/minecraft/client/font/SpaceFont
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 - a- Lego;a:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- intermediary - field_37842- Lnet/minecraft/class_7166;field_37842:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- named - codePointsToGlyphs- Lnet/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;)V- intermediary - <init>- Lnet/minecraft/class_7166;<init>(Ljava/util/Map;)V- named - <init>- Lnet/minecraft/client/font/SpaceFont;<init>(Ljava/util/Map;)V
 
 
- 
- 
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;
 
 
-