net.minecraft.client.model
Class TextureOffset

java.lang.Object
  extended by net.minecraft.client.model.TextureOffset

public class TextureOffset
extends Object


Field Summary
 int textureOffsetX
          The x coordinate offset of the texture
 int textureOffsetY
          The y coordinate offset of the texture
 
Constructor Summary
TextureOffset(int par1, int par2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textureOffsetX

public final int textureOffsetX
The x coordinate offset of the texture


textureOffsetY

public final int textureOffsetY
The y coordinate offset of the texture

Constructor Detail

TextureOffset

public TextureOffset(int par1,
                     int par2)