Class DefaultGlyphProvider
- java.lang.Object
-
- net.minecraft.client.gui.fonts.providers.DefaultGlyphProvider
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,IGlyphProvider
public class DefaultGlyphProvider extends java.lang.Object implements IGlyphProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultGlyphProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGlyphInfo
getGlyph(int p_212248_1_)
it.unimi.dsi.fastutil.ints.IntSet
getSupportedGlyphs()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.fonts.providers.IGlyphProvider
close
-
-
-
-
Method Detail
-
getGlyph
@Nullable public IGlyphInfo getGlyph(int p_212248_1_)
- Specified by:
getGlyph
in interfaceIGlyphProvider
-
getSupportedGlyphs
public it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()
- Specified by:
getSupportedGlyphs
in interfaceIGlyphProvider
-
-