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, setBlurMipmapDirect
public FontTexture(ResourceLocation resourceLocationIn, boolean coloredIn)
public void loadTexture(IResourceManager manager)
loadTexture
in class Texture
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
@Nullable public TexturedGlyph createTexturedGlyph(IGlyphInfo glyphInfoIn)
public ResourceLocation getTextureLocation()