Package net.minecraft.src
Class TextureOffset
java.lang.Object
net.minecraft.src.TextureOffset
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe x coordinate offset of the texturefinal intThe y coordinate offset of the texture -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
textureOffsetX
public final int textureOffsetXThe x coordinate offset of the texture -
textureOffsetY
public final int textureOffsetYThe y coordinate offset of the texture
-
-
Constructor Details
-
TextureOffset
public TextureOffset(int par1, int par2)
-