Class AllMissingGlyphProvider
java.lang.Object
net.minecraft.client.gui.font.AllMissingGlyphProvider
- All Implemented Interfaces:
GlyphProvider, AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface GlyphProvider
GlyphProvider.Conditional -
Field Summary
FieldsFields inherited from interface GlyphProvider
BASELINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable UnbakedGlyphgetGlyph(int codepoint) it.unimi.dsi.fastutil.ints.IntSetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GlyphProvider
close
-
Field Details
-
MISSING_INSTANCE
-
-
Constructor Details
-
AllMissingGlyphProvider
public AllMissingGlyphProvider()
-
-
Method Details
-
getGlyph
- Specified by:
getGlyphin interfaceGlyphProvider
-
getSupportedGlyphs
public it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()- Specified by:
getSupportedGlyphsin interfaceGlyphProvider
-