YATS/Forge Documentation
|
Public Member Functions | |
TextureClock () | |
void | updateAnimation () |
Public Member Functions inherited from net.minecraft.client.renderer.texture.TextureStitched | |
void | init (Texture par1Texture, List par2List, int par3, int par4, int par5, int par6, boolean par7) |
void | copyFrom (TextureStitched par1TextureStitched) |
int | getOriginX () |
int | getOriginY () |
float | getMinU () |
float | getMaxU () |
float | getInterpolatedU (double par1) |
float | getMinV () |
float | getMaxV () |
float | getInterpolatedV (double par1) |
String | getIconName () |
int | getSheetWidth () |
int | getSheetHeight () |
void | updateAnimation () |
void | readAnimationInfo (BufferedReader par1BufferedReader) |
void | createAndUploadTextures () |
boolean | loadTexture (TextureManager manager, ITexturePack texturepack, String name, String fileName, BufferedImage image, ArrayList textures) |
Additional Inherited Members | |
Static Public Member Functions inherited from net.minecraft.client.renderer.texture.TextureStitched | |
static TextureStitched | makeTextureStitched (String par0Str) |
Protected Member Functions inherited from net.minecraft.client.renderer.texture.TextureStitched | |
TextureStitched (String par1) | |
Protected Attributes inherited from net.minecraft.client.renderer.texture.TextureStitched | |
Texture | textureSheet |
List | textureList |
boolean | rotated |
int | originX |
int | originY |
int | frameCounter = 0 |
int | tickCounter = 0 |
net.minecraft.client.renderer.texture.TextureClock.TextureClock | ( | ) |
void net.minecraft.client.renderer.texture.TextureClock.updateAnimation | ( | ) |