Package | Description |
---|---|
net.minecraft.client.renderer.texture |
Modifier and Type | Method and Description |
---|---|
Texture |
TextureManager.createEmptyTexture(String par1Str,
int par2,
int par3,
int par4,
int par5) |
Texture |
StitchHolder.func_98150_a() |
Texture |
Stitcher.getTexture() |
Texture |
TextureMap.getTexture() |
Texture |
TextureManager.makeTexture(String par1Str,
int par2,
int par3,
int par4,
int par5,
int par6,
int par7,
int par8,
boolean par9,
BufferedImage par10BufferedImage) |
Modifier and Type | Method and Description |
---|---|
void |
Texture.copyFrom(int par1,
int par2,
Texture par3Texture,
boolean par4) |
void |
TextureStitched.init(Texture par1Texture,
List par2List,
int par3,
int par4,
int par5,
int par6,
boolean par7) |
void |
TextureManager.registerTexture(String par1Str,
Texture par2Texture) |
void |
TextureManager.registerTexture(Texture par1Texture) |
Constructor and Description |
---|
StitchHolder(Texture par1Texture) |