net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

dmt
net.minecraft.client.gui.font.FontSet
net.minecraft.class_377
net.minecraft.client.font.FontStorage
net.minecraft.client.gui.fonts.Font

Field summary

Modifier and TypeField
private static final EmptyGlyph
a
SPACE_GLYPH
field_2250
EMPTY_GLYPH_RENDERER
field_212460_b
private static final GlyphInfo
b
SPACE_INFO
field_2251
SPACE
field_212461_c
private static final Random
c
RANDOM
field_2252
RANDOM
field_212462_d
private final TextureManager
d
textureManager
field_2248
textureManager
field_211191_c
private final ResourceLocation
e
name
field_2246
id
field_211192_d
private BakedGlyph
f
missingGlyph
field_2256
blankGlyphRenderer
field_211572_d
private BakedGlyph
g
whiteGlyph
field_20910
whiteRectangleGlyphRenderer
field_228156_h_
private final List<GlyphProvider>
h
providers
field_2247
fonts
field_211194_f
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<BakedGlyph>
i
glyphs
field_2253
glyphRendererCache
field_212463_j
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GlyphInfo>
j
glyphInfos
field_2257
glyphCache
field_211195_g
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
k
glyphsByWidth
field_2249
charactersByWidth
field_211196_h
private final List<FontTexture>
l
textures
field_2254
glyphAtlases
field_211197_i

Constructor summary

ModifierConstructor
public (TextureManager textureManager, ResourceLocation id)

Method summary

Modifier and TypeMethod
public void
a(List<ddy> arg0)
reload(List<GlyphProvider> arg0)
method_2004(List<class_390> arg0)
setFonts(List<Font> fonts)
func_211570_a(List<IGlyphProvider> arg0)
public void
close()
close()
close()
close()
close()
private void
b()
closeProviders()
method_24290()
closeFonts()
func_230154_b_()
private void
c()
closeTextures()
method_2010()
closeGlyphAtlases()
func_211571_a()
public GlyphInfo
a(int arg0)
getGlyphInfo(int arg0)
method_2011(int arg0)
getGlyph(int arg0)
func_238557_a_(int arg0)
private RawGlyph
c(int arg0)
getRaw(int arg0)
method_2008(int arg0)
getRenderableGlyph(int arg0)
func_212455_c(int arg0)
public BakedGlyph
b(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getGlyphRenderer(int arg0)
func_238559_b_(int arg0)
private BakedGlyph
a(ddz arg0)
stitch(RawGlyph arg0)
method_2012(class_383 arg0)
getGlyphRenderer(RenderableGlyph c)
func_211185_a(IGlyphInfo arg0)
public BakedGlyph
a(ddx arg0)
getRandomGlyph(GlyphInfo arg0)
method_2013(class_379 arg0)
getObfuscatedGlyphRenderer(Glyph glyph)
func_211188_a(IGlyph arg0)
public BakedGlyph
a()
whiteGlyph()
method_22943()
getRectangleRenderer()
func_228157_b_()