Package net.minecraft.src
Class DynamicTexture
java.lang.Object
net.minecraft.src.AbstractTexture
net.minecraft.src.DynamicTexture
- All Implemented Interfaces:
TextureObject
-
Field Summary
Fields inherited from class net.minecraft.src.AbstractTexture
glTextureId -
Constructor Summary
ConstructorsConstructorDescriptionDynamicTexture(int par1, int par2) DynamicTexture(BufferedImage par1BufferedImage) -
Method Summary
Modifier and TypeMethodDescriptionint[]voidloadTexture(ResourceManager par1ResourceManager) voidMethods inherited from class net.minecraft.src.AbstractTexture
finalize, getGlTextureId, unloadGLTexture
-
Constructor Details
-
DynamicTexture
-
DynamicTexture
public DynamicTexture(int par1, int par2)
-
-
Method Details
-
loadTexture
- Throws:
IOException
-
updateDynamicTexture
public void updateDynamicTexture() -
getTextureData
public int[] getTextureData()
-