public class DynamicTexture extends AbstractTexture
Constructor and Description |
---|
DynamicTexture(BufferedImage par1BufferedImage) |
DynamicTexture(int par1,
int par2) |
Modifier and Type | Method and Description |
---|---|
int[] |
getTextureData() |
void |
loadTexture(ResourceManager par1ResourceManager) |
void |
updateDynamicTexture() |
getGlTextureId
public DynamicTexture(BufferedImage par1BufferedImage)
public DynamicTexture(int par1, int par2)
public void loadTexture(ResourceManager par1ResourceManager) throws IOException
IOException
public void updateDynamicTexture()
public int[] getTextureData()