Package net.minecraft.src
Class ThreadDownloadImageData
java.lang.Object
net.minecraft.src.AbstractTexture
net.minecraft.src.ThreadDownloadImageData
- All Implemented Interfaces:
TextureObject
-
Field Summary
Fields inherited from class net.minecraft.src.AbstractTexture
glTextureId -
Constructor Summary
ConstructorsConstructorDescriptionThreadDownloadImageData(String par1Str, Supplier<String> supplier, ResourceLocation par2ResourceLocation, IImageBuffer par3IImageBuffer) ThreadDownloadImageData(String par1Str, ResourceLocation par2ResourceLocation, IImageBuffer par3IImageBuffer) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBufferedImage(BufferedImage par1BufferedImage) intbooleanvoidloadTexture(ResourceManager par1ResourceManager) Methods inherited from class net.minecraft.src.AbstractTexture
finalize, unloadGLTexture
-
Constructor Details
-
ThreadDownloadImageData
public ThreadDownloadImageData(String par1Str, ResourceLocation par2ResourceLocation, IImageBuffer par3IImageBuffer) -
ThreadDownloadImageData
public ThreadDownloadImageData(String par1Str, Supplier<String> supplier, ResourceLocation par2ResourceLocation, IImageBuffer par3IImageBuffer)
-
-
Method Details
-
getGlTextureId
public int getGlTextureId()- Specified by:
getGlTextureIdin interfaceTextureObject- Overrides:
getGlTextureIdin classAbstractTexture
-
getBufferedImage
-
loadTexture
- Throws:
IOException
-
isTextureUploaded
public boolean isTextureUploaded()
-