Package net.minecraft.client.font
Class TextureFont
java.lang.Object
net.minecraft.client.font.TextureFont
- All Implemented Interfaces:
Closeable,AutoCloseable,Font
@Environment(CLIENT) public class TextureFont extends Object implements Font
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextureFont.Loader(package private) static classTextureFont.TextureFontGlyph -
Field Summary
Fields Modifier and Type Field Description private Int2ObjectMap<TextureFont.TextureFontGlyph>glyphsprivate NativeImageimageprivate static LoggerLOGGER -
Constructor Summary
Constructors Modifier Constructor Description privateTextureFont(NativeImage image, Int2ObjectMap<TextureFont.TextureFontGlyph> int2ObjectMap) -
Method Summary
Modifier and Type Method Description voidclose()RenderableGlyphgetGlyph(int int2)IntSetmethod_27442()
-
Field Details
-
Constructor Details
-
Method Details
-
close
public void close() -
getGlyph
-
method_27442
- Specified by:
method_27442in interfaceFont
-