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
blur, defaultBlur, mipmap, texture
-
Constructor Summary
ConstructorsConstructorDescriptionFontTexture
(Supplier<String> p_405523_, GlyphRenderTypes p_285000_, boolean p_285085_) -
Method Summary
Modifier and TypeMethodDescriptionadd
(SheetGlyphInfo p_232569_) void
dumpContents
(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:
dumpContents
in interfaceDumpable
-