net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

fld
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 static final float
b
LARGE_FORWARD_ADVANCE
field_39934
MAX_ADVANCE
f_242991_
private final TextureManager
c
textureManager
field_2248
textureManager
f_95051_
private final ResourceLocation
d
name
field_2246
id
f_95052_
private BakedGlyph
e
missingGlyph
field_2256
blankGlyphRenderer
f_95053_
private BakedGlyph
f
whiteGlyph
field_20910
whiteRectangleGlyphRenderer
f_95054_
private List<GlyphProvider$Conditional>
g
allProviders
field_49120
allFonts
f_315683_
private List<GlyphProvider>
h
activeProviders
field_49121
availableFonts
f_317127_
private final CodepointMap<BakedGlyph>
i
glyphs
field_2253
glyphRendererCache
f_95056_
private final CodepointMap<FontSet$GlyphInfoFilter>
j
glyphInfos
field_2257
glyphCache
f_95057_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
k
glyphsByWidth
field_2249
charactersByWidth
f_95058_
private final List<FontTexture>
l
textures
field_2254
glyphAtlases
f_95059_

Constructor summary

ModifierConstructor
public (TextureManager textureManager, ResourceLocation id)

Method summary

Modifier and TypeMethod
public void
a(List<ezm$a> arg0, Set<flc> arg1)
reload(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_2004(List<class_390$class_9241> arg0, Set<class_9243> arg1)
setFonts(List<Font$FontFilterPair> allFonts, Set<FontFilterType> activeFilters)
m_321905_(List<C_3099_$C_313852_> p_329677_, Set<C_313440_> arg1)
public void
a(Set<flc> arg0)
reload(Set<FontOption> arg0)
method_57036(Set<class_9243> arg0)
setActiveFilters(Set<FontFilterType> activeFilters)
m_95071_(Set<C_313440_> arg0)
private void
c()
resetTextures()
method_57038()
clear()
m_322787_()
private List<GlyphProvider>
b(List<ezm$a> arg0, Set<flc> arg1)
selectProviders(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_57037(List<class_390$class_9241> arg0, Set<class_9243> arg1)
applyFilters(List<Font$FontFilterPair> allFonts, Set<FontFilterType> activeFilters)
m_321621_(List<C_3099_$C_313852_> p_331640_, Set<C_313440_> arg1)
public void
close()
close()
close()
private void
d()
closeTextures()
method_2010()
closeGlyphAtlases()
m_95080_()
private static boolean
b(ezl arg0)
hasFishyAdvance(GlyphInfo arg0)
method_45079(class_379 arg0)
isAdvanceInvalid(Glyph glyph)
m_243068_(C_3098_ p_243323_)
private FontSet$GlyphInfoFilter
b(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
findGlyph(int codePoint)
m_243121_(int arg0)
public GlyphInfo
a(int arg0, boolean arg1)
getGlyphInfo(int arg0, boolean arg1)
method_2011(int arg0, boolean arg1)
getGlyph(int codePoint, boolean validateAdvance)
m_243128_(int p_243251_, boolean arg1)
private BakedGlyph
c(int arg0)
computeBakedGlyph(int arg0)
method_41832(int arg0)
findGlyphRenderer(int codePoint)
m_232564_(int arg0)
public BakedGlyph
a(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getGlyphRenderer(int codePoint)
m_95078_(int arg0)
private BakedGlyph
a(ezn arg0)
stitch(SheetGlyphInfo arg0)
method_2012(class_383 arg0)
getGlyphRenderer(RenderableGlyph c)
m_232556_(C_213324_ arg0)
public BakedGlyph
a(ezl arg0)
getRandomGlyph(GlyphInfo arg0)
method_2013(class_379 arg0)
getObfuscatedGlyphRenderer(Glyph glyph)
m_95067_(C_3098_ arg0)
public ResourceLocation
a()
name()
method_57034()
getId()
m_321601_()
public BakedGlyph
b()
whiteGlyph()
method_22943()
getRectangleRenderer()
m_95064_()