net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

fyk
net.minecraft.client.gui.font.FontSet
net.minecraft.class_377

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_54959
private static final RandomSource
b
RANDOM
field_2252
private static final float
c
LARGE_FORWARD_ADVANCE
field_39934
private final TextureManager
d
textureManager
field_2248
private final ResourceLocation
e
name
field_2246
private BakedGlyph
f
missingGlyph
field_2256
private BakedGlyph
g
whiteGlyph
field_20910
private List<GlyphProvider$Conditional>
h
allProviders
field_49120
private List<GlyphProvider>
i
activeProviders
field_49121
private final CodepointMap<BakedGlyph>
j
glyphs
field_2253
private final CodepointMap<FontSet$GlyphInfoFilter>
k
glyphInfos
field_2257
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
l
glyphsByWidth
field_2249
private final List<FontTexture>
m
textures
field_2254
private final IntFunction<FontSet$GlyphInfoFilter>
n
glyphInfoGetter
field_54819
private final IntFunction<BakedGlyph>
o
glyphGetter
field_54820

Constructor summary

ModifierConstructor
public (TextureManager arg0, ResourceLocation arg1)

Method summary

Modifier and TypeMethod
public void
a(List<fju$a> arg0, Set<fyj> arg1)
reload(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_2004(List<class_390$class_9241> arg0, Set<class_9243> arg1)
public void
a(Set<fyj> arg0)
reload(Set<FontOption> arg0)
method_57036(Set<class_9243> arg0)
private void
c()
resetTextures()
method_57038()
private List<GlyphProvider>
b(List<fju$a> arg0, Set<fyj> arg1)
selectProviders(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_57037(List<class_390$class_9241> arg0, Set<class_9243> arg1)
public void
close()
close()
private static boolean
b(fjt arg0)
hasFishyAdvance(GlyphInfo arg0)
method_45079(class_379 arg0)
private FontSet$GlyphInfoFilter
b(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
public GlyphInfo
a(int arg0, boolean arg1)
getGlyphInfo(int arg0, boolean arg1)
method_2011(int arg0, boolean arg1)
private BakedGlyph
c(int arg0)
computeBakedGlyph(int arg0)
method_41832(int arg0)
public BakedGlyph
a(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
private BakedGlyph
a(fjv arg0)
stitch(SheetGlyphInfo arg0)
method_2012(class_383 arg0)
public BakedGlyph
a(fjt arg0)
getRandomGlyph(GlyphInfo arg0)
method_2013(class_379 arg0)
public ResourceLocation
a()
name()
method_57034()
public BakedGlyph
b()
whiteGlyph()
method_22943()