|
|||||||||
| Home >> All >> simplegame >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
simplegame.actions
Class MoveAction

java.lang.Objectmarauroa.game.Attributes
marauroa.game.RPAction
simplegame.actions.MoveAction
- All Implemented Interfaces:
- marauroa.net.Serializable
- public class MoveAction
- extends marauroa.game.RPAction
| Nested Class Summary |
| Nested classes inherited from class marauroa.game.RPAction |
marauroa.game.RPAction.Status |
| Nested classes inherited from class marauroa.game.Attributes |
marauroa.game.Attributes.AttributeNotFoundException |
| Field Summary | |
static int |
ACTION_MOVE
|
| Fields inherited from class marauroa.game.RPAction |
actionType, STATUS_FAIL, STATUS_INCOMPLETE, STATUS_SUCCESS |
| Fields inherited from class marauroa.game.Attributes |
|
| Constructor Summary | |
MoveAction()
|
|
| Method Summary | |
int |
getColumn()
|
int |
getRow()
|
void |
setColumn(int column)
|
void |
setRow(int row)
|
| Methods inherited from class marauroa.game.RPAction |
readObject, writeObject |
| Methods inherited from class marauroa.game.Attributes |
equals, get, has, put, put, remove, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
ACTION_MOVE
public static final int ACTION_MOVE
- See Also:
- Constant Field Values
| Constructor Detail |
MoveAction
public MoveAction()
| Method Detail |
setRow
public void setRow(int row)
setColumn
public void setColumn(int column)
getRow
public int getRow()
getColumn
public int getColumn()
|
|||||||||
| Home >> All >> simplegame >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC