net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

gmj
net.minecraft.client.gui.font.FontSet
net.minecraft.class_377
net.minecraft.client.font.FontStorage

Field summary

Modifier and TypeField
private static final float
a
LARGE_FORWARD_ADVANCE
field_39934
MAX_ADVANCE
private static final BakedGlyph
b
INVISIBLE_MISSING_GLYPH
field_62135
MISSING_GLYPH
final GlyphStitcher
c
stitcher
field_61611
glyphBaker
final UnbakedGlyph$Stitcher
d
wrappedStitcher
field_62136
abstractBaker
private List<GlyphProvider$Conditional>
e
allProviders
field_49120
allFonts
private List<GlyphProvider>
f
activeProviders
field_49121
availableFonts
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
g
glyphsByWidth
field_2249
charactersByWidth
private final CodepointMap<FontSet$SelectedGlyphs>
h
glyphCache
field_61612
bakedGlyphCache
private final IntFunction<FontSet$SelectedGlyphs>
i
glyphGetter
field_54820
findGlyph
BakedGlyph
j
missingGlyph
field_2256
blankBakedGlyph
private final Supplier<BakedGlyph>
k
missingGlyphGetter
field_62137
blankGlyphSupplier
private final FontSet$SelectedGlyphs
l
missingSelectedGlyphs
field_61613
blankBakedGlyphPair
private EffectGlyph
m
whiteGlyph
field_20910
whiteRectangleBakedGlyph
private final GlyphSource
n
anyGlyphs
field_61614
anyGlyphs
private final GlyphSource
o
nonFishyGlyphs
field_61615
advanceValidatingGlyphs

Constructor summary

ModifierConstructor
public (GlyphStitcher baker)

Method summary

Modifier and TypeMethod
public void
a(List<fvi$a> arg0, Set<gmi> 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)
public void
a(Set<gmi> arg0)
reload(Set<FontOption> arg0)
method_57036(Set<class_9243> arg0)
setActiveFilters(Set<FontFilterType> activeFilters)
private void
b()
resetTextures()
method_57038()
clear()
private List<GlyphProvider>
b(List<fvi$a> arg0, Set<gmi> 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)
public void
close()
close()
private static boolean
a(fvh arg0)
hasFishyAdvance(GlyphInfo arg0)
method_45079(class_379 arg0)
isAdvanceInvalid(GlyphMetrics glyph)
private FontSet$SelectedGlyphs
a(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
findGlyph(int codePoint)
FontSet$SelectedGlyphs
b(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getBaked(int codePoint)
public BakedGlyph
a(bgq arg0, int arg1)
getRandomGlyph(RandomSource arg0, int arg1)
method_2013(class_5819 arg0, int arg1)
getObfuscatedBakedGlyph(Random random, int width)
public EffectGlyph
a()
whiteGlyph()
method_22943()
getRectangleBakedGlyph()
public GlyphSource
a(boolean arg0)
source(boolean arg0)
method_72788(boolean arg0)
getGlyphs(boolean advanceValidating)