Class TextureOffset

java.lang.Object
net.minecraft.src.TextureOffset

@Environment(CLIENT) public class TextureOffset extends Object
  • Field Details

    • 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 Details

    • TextureOffset

      public TextureOffset(int par1, int par2)