Class Point
java.lang.Object
me.andreasmelone.glowingeyes.common.util.Point
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Details
-
CODEC
-
CODEC_STRING
-
-
Constructor Details
-
Point
public Point() -
Point
-
Point
public Point(int x, int y)
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
move
public void move(int x, int y) -
translate
public void translate(int dx, int dy) -
equals
-
hashCode
public int hashCode() -
toString
-
clone
-