|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaige.event.GameEvent jaige.event.MoveEvent
public class MoveEvent
Constructor Summary | |
---|---|
MoveEvent(Player p,
int... moves)
|
Method Summary | |
---|---|
int[] |
get()
|
int |
get(int index)
|
Player |
getPlayer()
|
int |
getX()
|
int |
getY()
|
java.lang.String |
toString()
|
Methods inherited from class jaige.event.GameEvent |
---|
getEventID, getEventType, getTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MoveEvent(Player p, int... moves)
Method Detail |
---|
public int getX()
public int getY()
public int get(int index)
public int[] get()
public Player getPlayer()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |