Package net.minecraft.client.gui.font
Class GlyphStitcher
java.lang.Object
net.minecraft.client.gui.font.GlyphStitcher
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextureManagerprivate final ResourceLocationprivate final List<FontTexture> -
Constructor Summary
ConstructorsConstructorDescriptionGlyphStitcher(TextureManager pTextureManager, ResourceLocation pTexturePrefix) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidreset()stitch(GlyphInfo pGlyphInfo, GlyphBitmap pGlyphBitmap) private ResourceLocationtextureName(int pName)
-
Field Details
-
textureManager
-
texturePrefix
-
textures
-
-
Constructor Details
-
GlyphStitcher
-
-
Method Details
-
reset
public void reset() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
stitch
-
textureName
-