public class Texture extends Object
Constructor and Description |
---|
Texture(String par1Str,
int par2,
int par3,
int par4,
int par5,
int par6,
int par7,
int par8,
BufferedImage par9BufferedImage) |
Texture(String par1Str,
int par2,
int par3,
int par4,
int par5,
int par6,
int par7,
int par8,
int par9,
BufferedImage par10BufferedImage) |
Modifier and Type | Method and Description |
---|---|
void |
bindTexture(int par1) |
void |
copyFrom(int par1,
int par2,
Texture par3Texture,
boolean par4) |
void |
createAndUploadTexture() |
void |
fillRect(Rect2i par1Rect2i,
int par2) |
void |
func_104062_b(int par1,
int par2,
Texture par3Texture) |
int |
getGlTextureId() |
int |
getHeight() |
ByteBuffer |
getTextureData() |
int |
getTextureId() |
String |
getTextureName() |
Rect2i |
getTextureRect() |
int |
getWidth() |
void |
transferFromImage(BufferedImage par1BufferedImage) |
void |
uploadTexture() |
void |
writeImage(String par1Str) |
public Texture(String par1Str, int par2, int par3, int par4, int par5, int par6, int par7, int par8, BufferedImage par9BufferedImage)
public Texture(String par1Str, int par2, int par3, int par4, int par5, int par6, int par7, int par8, int par9, BufferedImage par10BufferedImage)
public final Rect2i getTextureRect()
public void fillRect(Rect2i par1Rect2i, int par2)
public void writeImage(String par1Str)
public void copyFrom(int par1, int par2, Texture par3Texture, boolean par4)
public void func_104062_b(int par1, int par2, Texture par3Texture)
public void transferFromImage(BufferedImage par1BufferedImage)
public int getTextureId()
public int getGlTextureId()
public int getWidth()
public int getHeight()
public String getTextureName()
public void bindTexture(int par1)
public void uploadTexture()
public ByteBuffer getTextureData()
public void createAndUploadTexture()