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 |
func_212248_a(char p_212248_1_) |
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 func_212248_a(char p_212248_1_)
func_212248_a
in interface IGlyphProvider