Package net.minecraft.client.font
Class BlankFont
java.lang.Object
net.minecraft.client.font.BlankFont
- All Implemented Interfaces:
AutoCloseable
,Font
- Mappings:
Namespace Name official ejd
intermediary net/minecraft/class_376
named net/minecraft/client/font/BlankFont
-
Constructor Summary
-
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:
getProvidedGlyphs
in interfaceFont
- Returns:
- the set of code points for which this font can provide glyphs
- Mappings:
Namespace Name Mixin selector official a
Ldyt;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;
-