net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

eie
net.minecraft.client.gui.font.FontSet
net.minecraft.class_377
net.minecraft.client.font.FontStorage
net.minecraft.src.C_3511_

Field summary

Modifier and TypeField
private static final RandomSource
a
RANDOM
field_2252
RANDOM
f_95050_
private final TextureManager
b
textureManager
field_2248
textureManager
f_95051_
private final ResourceLocation
c
name
field_2246
id
f_95052_
private BakedGlyph
d
missingGlyph
field_2256
blankGlyphRenderer
f_95053_
private BakedGlyph
e
whiteGlyph
field_20910
whiteRectangleGlyphRenderer
f_95054_
private final List<GlyphProvider>
f
providers
field_2247
fonts
f_95055_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<BakedGlyph>
g
glyphs
field_2253
glyphRendererCache
f_95056_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GlyphInfo>
h
glyphInfos
field_2257
glyphCache
f_95057_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
i
glyphsByWidth
field_2249
charactersByWidth
f_95058_
private final List<FontTexture>
j
textures
field_2254
glyphAtlases
f_95059_

Constructor summary

ModifierConstructor
public (TextureManager textureManager, ResourceLocation id)

Method summary

Modifier and TypeMethod
public void
a(List<dxw> arg0)
reload(List<GlyphProvider> arg0)
method_2004(List<class_390> arg0)
setFonts(List<Font> fonts)
m_95071_(List<C_3099_> arg0)
public void
close()
close()
close()
private void
b()
closeProviders()
method_24290()
closeFonts()
m_95077_()
private void
c()
closeTextures()
method_2010()
closeGlyphAtlases()
m_95080_()
private GlyphInfo
c(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
findGlyph(int codePoint)
m_232562_(int arg0)
public GlyphInfo
a(int arg0)
getGlyphInfo(int arg0)
method_2011(int arg0)
getGlyph(int codePoint)
m_95065_(int arg0)
private BakedGlyph
d(int arg0)
computeBakedGlyph(int arg0)
method_41832(int arg0)
findGlyphRenderer(int codePoint)
m_232564_(int arg0)
public BakedGlyph
b(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getGlyphRenderer(int codePoint)
m_95078_(int arg0)
private BakedGlyph
a(dxx arg0)
stitch(SheetGlyphInfo arg0)
method_2012(class_383 arg0)
getGlyphRenderer(RenderableGlyph c)
m_232556_(C_213324_ arg0)
public BakedGlyph
a(dxv arg0)
getRandomGlyph(GlyphInfo arg0)
method_2013(class_379 arg0)
getObfuscatedGlyphRenderer(Glyph glyph)
m_95067_(C_3098_ arg0)
public BakedGlyph
a()
whiteGlyph()
method_22943()
getRectangleRenderer()
m_95064_()