net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

ghz
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 float
a
LARGE_FORWARD_ADVANCE
field_39934
MAX_ADVANCE
f_242991_
private static final BakedGlyph
b
INVISIBLE_MISSING_GLYPH
field_62135
MISSING_GLYPH
f_413043_
final GlyphStitcher
c
stitcher
field_61611
glyphBaker
f_412863_
final UnbakedGlyph$Stitcher
d
wrappedStitcher
field_62136
abstractBaker
f_413137_
private List<GlyphProvider$Conditional>
e
allProviders
field_49120
allFonts
f_315683_
private List<GlyphProvider>
f
activeProviders
field_49121
availableFonts
f_317127_
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
g
glyphsByWidth
field_2249
charactersByWidth
f_95058_
private final CodepointMap<FontSet$SelectedGlyphs>
h
glyphCache
field_61612
bakedGlyphCache
f_412869_
private final IntFunction<FontSet$SelectedGlyphs>
i
glyphGetter
field_54820
findGlyph
f_346763_
BakedGlyph
j
missingGlyph
field_2256
blankBakedGlyph
f_95053_
private final Supplier<BakedGlyph>
k
missingGlyphGetter
field_62137
blankGlyphSupplier
f_412273_
private final FontSet$SelectedGlyphs
l
missingSelectedGlyphs
field_61613
blankBakedGlyphPair
f_412787_
private EffectGlyph
m
whiteGlyph
field_20910
whiteRectangleBakedGlyph
f_95054_
private final GlyphSource
n
anyGlyphs
field_61614
anyGlyphs
f_412021_
private final GlyphSource
o
nonFishyGlyphs
field_61615
advanceValidatingGlyphs
f_411633_

Constructor summary

ModifierConstructor
public (GlyphStitcher baker)

Method summary

Modifier and TypeMethod
public void
a(List<frj$a> arg0, Set<ghy> 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<ghy> arg0)
reload(Set<FontOption> arg0)
method_57036(Set<class_9243> arg0)
setActiveFilters(Set<FontFilterType> activeFilters)
m_95071_(Set<C_313440_> arg0)
private void
b()
resetTextures()
method_57038()
clear()
m_322787_()
private List<GlyphProvider>
b(List<frj$a> arg0, Set<ghy> 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 static boolean
a(fri arg0)
hasFishyAdvance(GlyphInfo arg0)
method_45079(class_379 arg0)
isAdvanceInvalid(GlyphMetrics glyph)
m_243068_(C_3098_ p_243323_)
private FontSet$SelectedGlyphs
a(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
findGlyph(int codePoint)
m_243121_(int arg0)
FontSet$SelectedGlyphs
b(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getBaked(int codePoint)
m_95078_(int arg0)
public BakedGlyph
a(bfq arg0, int arg1)
getRandomGlyph(RandomSource arg0, int arg1)
method_2013(class_5819 arg0, int arg1)
getObfuscatedBakedGlyph(Random random, int width)
m_95067_(C_212974_ p_425986_, int arg1)
public EffectGlyph
a()
whiteGlyph()
method_22943()
getRectangleBakedGlyph()
m_95064_()
public GlyphSource
a(boolean arg0)
source(boolean arg0)
method_72788(boolean arg0)
getGlyphs(boolean advanceValidating)
m_419129_(boolean arg0)