net.minecraft.client.font

public class BitmapFont

implements Font

net.minecraft.client.gui.font.providers.BitmapProvider
net.minecraft.class_386
net.minecraft.client.font.BitmapFont

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_2286
LOGGER
private final NativeImage
image
field_2285
image
private final GlyphContainer<BitmapFont$BitmapFontGlyph>
glyphs
field_2284
glyphs

Constructor summary

ModifierConstructor
private (NativeImage image, GlyphContainer<BitmapFont$BitmapFontGlyph> glyphs)

Method summary

Modifier and TypeMethod
public void
close()
public Glyph
getGlyph(int codepoint)
method_2040(int arg0)
getGlyph(int arg0)
public it.unimi.dsi.fastutil.ints.IntSet
getSupportedGlyphs()
method_27442()
getProvidedGlyphs()