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
blur, defaultBlur, mipmap, texture -
Constructor Summary
ConstructorsConstructorDescriptionFontTexture(Supplier<String> pLabel, GlyphRenderTypes pRenderTypes, boolean pColored) -
Method Summary
Modifier and TypeMethodDescriptionadd(SheetGlyphInfo pGlyphInfo) voiddumpContents(ResourceLocation p_285121_, Path p_285511_) Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
close, getTexture, restoreLastBlurMipmap, setBlurMipmap, setClamp, setFilter, setFilter
-
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
-