Package net.minecraft.client.gui.fonts
Class Font
java.lang.Object
net.minecraft.client.gui.fonts.Font
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<IGlyph>private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<TexturedGlyph>private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>private TexturedGlyphprivate final ResourceLocationprivate final List<IGlyphProvider>private static final Randomprivate static final EmptyGlyphprivate static final IGlyphprivate final TextureManagerprivate final List<FontTexture>private TexturedGlyph -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private voidprivate voidgetGlyph(int p_238559_1_) getGlyphInfo(int p_238557_1_) getRandomGlyph(IGlyph p_211188_1_) private IGlyphInfogetRaw(int p_212455_1_) voidreload(List<IGlyphProvider> p_211570_1_) private TexturedGlyphstitch(IGlyphInfo p_211185_1_)
-
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
-
Font
-
-
Method Details
-
reload
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
closeProviders
private void closeProviders() -
closeTextures
private void closeTextures() -
getGlyphInfo
-
getRaw
-
getGlyph
-
stitch
-
getRandomGlyph
-
whiteGlyph
-