public class TextureGlyphProvider extends java.lang.Object implements IGlyphProvider
Modifier and Type | Class and Description |
---|---|
static class |
TextureGlyphProvider.Factory |
Constructor and Description |
---|
TextureGlyphProvider(NativeImage nativeImageIn,
it.unimi.dsi.fastutil.chars.Char2ObjectMap<net.minecraft.client.gui.fonts.providers.TextureGlyphProvider.GlyphInfo> mapGlyphInfosIn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
IGlyphInfo |
getGlyphInfo(char character) |
public TextureGlyphProvider(NativeImage nativeImageIn, it.unimi.dsi.fastutil.chars.Char2ObjectMap<net.minecraft.client.gui.fonts.providers.TextureGlyphProvider.GlyphInfo> mapGlyphInfosIn)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface IGlyphProvider
@Nullable public IGlyphInfo getGlyphInfo(char character)
getGlyphInfo
in interface IGlyphProvider