Package net.minecraft.client.font
Class SpaceFont
java.lang.Object
net.minecraft.client.font.SpaceFont
- All Implemented Interfaces:
AutoCloseable
,Font
- Mappings:
Namespace Name official efk
intermediary net/minecraft/class_7166
named net/minecraft/client/font/SpaceFont
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FontLoader
fromJson
(JsonObject json) getGlyph
(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
Lefk;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>
Lefk;<init>(Lit/unimi/dsi/fastutil/ints/Int2FloatMap;)V
intermediary <init>
Lnet/minecraft/class_7166;<init>(Lit/unimi/dsi/fastutil/ints/Int2FloatMap;)V
named <init>
Lnet/minecraft/client/font/SpaceFont;<init>(Lit/unimi/dsi/fastutil/ints/Int2FloatMap;)V
-
-
Method Details
-
getGlyph
-
getProvidedGlyphs
Returns the set of code points for which this font can provide glyphs.- Specified by:
getProvidedGlyphs
in interfaceFont
- Returns:
- the set of code points for which this font can provide glyphs
- Mappings:
Namespace Name Mixin selector official a
Lefi;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;
-
fromJson
- Mappings:
Namespace Name Mixin selector official a
Lefk;a(Lcom/google/gson/JsonObject;)Leqn;
intermediary method_41715
Lnet/minecraft/class_7166;method_41715(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_389;
named fromJson
Lnet/minecraft/client/font/SpaceFont;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/font/FontLoader;
-