public class FontTexture extends Texture implements java.io.Closeable
blur, glTextureId, mipmap| Constructor and Description |
|---|
FontTexture(ResourceLocation resourceLocationIn,
boolean coloredIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TexturedGlyph |
createTexturedGlyph(IGlyphInfo glyphInfoIn) |
ResourceLocation |
getTextureLocation() |
void |
loadTexture(IResourceManager manager) |
bindTexture, deleteGlTexture, getGlTextureId, loadTexture, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirectpublic FontTexture(ResourceLocation resourceLocationIn, boolean coloredIn)
public void loadTexture(IResourceManager manager)
loadTexture in class Texturepublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseable@Nullable public TexturedGlyph createTexturedGlyph(IGlyphInfo glyphInfoIn)
public ResourceLocation getTextureLocation()