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() |
getGlTextureIdpublic DynamicTexture(BufferedImage par1BufferedImage)
public DynamicTexture(int par1,
int par2)
public void loadTexture(ResourceManager par1ResourceManager) throws IOException
IOExceptionpublic void updateDynamicTexture()
public int[] getTextureData()