Class FontTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.gui.font.FontTexture
- All Implemented Interfaces:
AutoCloseable, Dumpable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final GlyphRenderTypesprivate final FontTexture.Nodeprivate static final intFields inherited from class AbstractTexture
sampler, texture, textureView -
Constructor Summary
ConstructorsConstructorDescriptionFontTexture(Supplier<String> label, GlyphRenderTypes renderTypes, boolean colored) -
Method Summary
Modifier and TypeMethodDescription@Nullable BakedSheetGlyphadd(GlyphInfo info, GlyphBitmap glyph) voiddumpContents(Identifier selfId, Path dir) Methods inherited from class AbstractTexture
close, getSampler, getTexture, getTextureView
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
renderTypes
-
colored
private final boolean colored -
root
-
-
Constructor Details
-
FontTexture
-
-
Method Details
-
add
-
dumpContents
- Specified by:
dumpContentsin interfaceDumpable
-