public class DownloadingTexture extends SimpleTexture
SimpleTexture.TextureData
textureLocation
blur, blurLast, glTextureId, mipmap, mipmapLast
Constructor and Description |
---|
DownloadingTexture(java.io.File cacheFileIn,
java.lang.String imageUrlIn,
ResourceLocation textureResourceLocation,
IImageBuffer imageBufferIn) |
Modifier and Type | Method and Description |
---|---|
void |
loadTexture(IResourceManager manager) |
protected void |
loadTextureFromServer() |
void |
setImage(NativeImage nativeImageIn) |
func_215246_b
deleteGlTexture, getGlTextureId, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirect
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindTexture, func_215244_a
public DownloadingTexture(@Nullable java.io.File cacheFileIn, java.lang.String imageUrlIn, ResourceLocation textureResourceLocation, @Nullable IImageBuffer imageBufferIn)
public void setImage(NativeImage nativeImageIn)
public void loadTexture(IResourceManager manager) throws java.io.IOException
loadTexture
in interface ITextureObject
loadTexture
in class SimpleTexture
java.io.IOException
protected void loadTextureFromServer()