Class TexturePackPage.SubTextureInfo
java.lang.Object
zombie.core.textures.TexturePackPage.SubTextureInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubTextureInfo
(int _x, int _y, int _w, int _h, int _ox, int _oy, int _fx, int _fy, String _name) -
Method Summary
-
Field Details
-
w
public int w -
h
public int h -
x
public int x -
y
public int y -
ox
public int ox -
oy
public int oy -
fx
public int fx -
fy
public int fy -
name
-
-
Constructor Details
-
SubTextureInfo
public SubTextureInfo(int _x, int _y, int _w, int _h, int _ox, int _oy, int _fx, int _fy, String _name)
-