Package net.minecraft.client.gui.font
Class FontSet
java.lang.Object
net.minecraft.client.gui.font.FontSet
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Modifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.ints.Int2ObjectMap<GlyphInfo>
private it.unimi.dsi.fastutil.ints.Int2ObjectMap<BakedGlyph>
private it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
private BakedGlyph
private ResourceLocation
private List<GlyphProvider>
private static Random
private static EmptyGlyph
private static GlyphInfo
private TextureManager
private List<FontTexture>
private BakedGlyph
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private void
private void
getGlyph(int p_95079_)
getGlyphInfo(int p_95066_)
getRandomGlyph(GlyphInfo p_95068_)
private RawGlyph
getRaw(int p_95082_)
void
reload(List<GlyphProvider> p_95072_)
private BakedGlyph
-
Field Details
-
SPACE_GLYPH
-
SPACE_INFO
-
RANDOM
-
textureManager
-
name
-
missingGlyph
-
whiteGlyph
-
providers
-
glyphs
-
glyphInfos
-
glyphsByWidth
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList> glyphsByWidth -
textures
-
-
Constructor Details
-
FontSet
-
-
Method Details
-
reload
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
closeProviders
private void closeProviders() -
closeTextures
private void closeTextures() -
getGlyphInfo
-
getRaw
-
getGlyph
-
stitch
-
getRandomGlyph
-
whiteGlyph
-