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/BlankFont
intermediary net/minecraft/class_376
official fjt
-
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
-
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 named getProvidedGlyphs
Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary method_27442
Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;
official a
Leyd;a()Lit/unimi/dsi/fastutil/ints/IntSet;
-