public class TextureStitched extends Object implements Icon
Modifier and Type | Method and Description |
---|---|
float |
func_94206_g() |
float |
func_94207_b(double par1) |
int |
func_94208_k() |
float |
func_94209_e() |
float |
func_94210_h() |
int |
func_94211_a() |
float |
func_94212_f() |
int |
func_94213_j() |
float |
func_94214_a(double par1) |
String |
func_94215_i() |
int |
func_94216_b() |
void |
func_94217_a(TextureStitched par1TextureStitched) |
void |
func_94218_a(Texture par1Texture,
List par2List,
int par3,
int par4,
int par5,
int par6,
boolean par7) |
void |
func_94219_l() |
static TextureStitched |
func_94220_a(String par0Str) |
void |
func_94221_a(BufferedReader par1BufferedReader) |
boolean |
loadTexture(TextureManager manager,
ITexturePack texturepack,
String name,
String fileName,
BufferedImage image,
ArrayList textures)
Called when texture packs are refreshed, from TextureManager.createNewTexture,
allows for finer control over loading the animation lists and verification of the image.
|
public static TextureStitched func_94220_a(String par0Str)
public void func_94218_a(Texture par1Texture, List par2List, int par3, int par4, int par5, int par6, boolean par7)
public void func_94217_a(TextureStitched par1TextureStitched)
public int func_94211_a()
func_94211_a
in interface Icon
public int func_94216_b()
func_94216_b
in interface Icon
public float func_94209_e()
func_94209_e
in interface Icon
public float func_94212_f()
func_94212_f
in interface Icon
public float func_94214_a(double par1)
func_94214_a
in interface Icon
public float func_94206_g()
func_94206_g
in interface Icon
public float func_94210_h()
func_94210_h
in interface Icon
public float func_94207_b(double par1)
func_94207_b
in interface Icon
public String func_94215_i()
func_94215_i
in interface Icon
public int func_94213_j()
func_94213_j
in interface Icon
public int func_94208_k()
func_94208_k
in interface Icon
public void func_94219_l()
public void func_94221_a(BufferedReader par1BufferedReader)
public boolean loadTexture(TextureManager manager, ITexturePack texturepack, String name, String fileName, BufferedImage image, ArrayList textures)
manager
- The invoking managertexturepack
- Current texture packname
- The name of the texturefileName
- Resource path for this textureimage
- Buffered image of the loaded resourcetextures
- ArrayList of element type Texture, split textures should be added to this list for the stitcher to handle.