public class ThreadDownloadImageData extends SimpleTexture
textureLocationblur, blurLast, glTextureId, mipmap, mipmapLast| Constructor and Description |
|---|
ThreadDownloadImageData(java.io.File cacheFileIn,
java.lang.String imageUrlIn,
ResourceLocation textureResourceLocation,
IImageBuffer imageBufferIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getGlTextureId() |
void |
loadTexture(IResourceManager resourceManager) |
protected void |
loadTextureFromServer() |
void |
setBufferedImage(java.awt.image.BufferedImage bufferedImageIn) |
deleteGlTexture, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirectpublic ThreadDownloadImageData(java.io.File cacheFileIn,
java.lang.String imageUrlIn,
ResourceLocation textureResourceLocation,
IImageBuffer imageBufferIn)
public int getGlTextureId()
getGlTextureId in interface ITextureObjectgetGlTextureId in class AbstractTexturepublic void setBufferedImage(java.awt.image.BufferedImage bufferedImageIn)
public void loadTexture(IResourceManager resourceManager) throws java.io.IOException
loadTexture in interface ITextureObjectloadTexture in class SimpleTexturejava.io.IOExceptionprotected void loadTextureFromServer()