Package net.minecraft.client.gui.font
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 net.minecraft.client.renderer.texture.AbstractTexture
texture, textureView -
Constructor Summary
ConstructorsConstructorDescriptionFontTexture(Supplier<String> pLabel, GlyphRenderTypes pRenderTypes, boolean pColored) -
Method Summary
Modifier and TypeMethodDescriptionadd(SheetGlyphInfo pGlyphInfo) voiddumpContents(ResourceLocation pResourceLocation, Path pPath) Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
close, getTexture, getTextureView, setClamp, setFilter, setUseMipmaps
-
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
-