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 boolean
private final GlyphRenderTypes
private final FontTexture.Node
private static final int
Fields 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) void
dumpContents
(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:
dumpContents
in interfaceDumpable
-