public class ThreadDownloadImageData extends SimpleTexture
textureLocation
glTextureId
Constructor and Description |
---|
ThreadDownloadImageData(java.lang.String par1Str,
ResourceLocation par2ResourceLocation,
IImageBuffer par3IImageBuffer) |
Modifier and Type | Method and Description |
---|---|
int |
getGlTextureId() |
boolean |
isTextureUploaded() |
void |
loadTexture(IResourceManager par1ResourceManager) |
void |
setBufferedImage(java.awt.image.BufferedImage p_147641_1_) |
deleteGlTexture
public ThreadDownloadImageData(java.lang.String par1Str, ResourceLocation par2ResourceLocation, IImageBuffer par3IImageBuffer)
public int getGlTextureId()
getGlTextureId
in interface ITextureObject
getGlTextureId
in class AbstractTexture
public void setBufferedImage(java.awt.image.BufferedImage p_147641_1_)
public void loadTexture(IResourceManager par1ResourceManager) throws java.io.IOException
loadTexture
in interface ITextureObject
loadTexture
in class SimpleTexture
java.io.IOException
public boolean isTextureUploaded()