|
|||||||||
Home >> All >> simplegame >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
simplegame.actions
Class ChallengeAction

java.lang.Objectmarauroa.game.Attributes
marauroa.game.RPAction
simplegame.actions.ChallengeAction
- All Implemented Interfaces:
- marauroa.net.Serializable
- Direct Known Subclasses:
- ChallengeAnswer
- public class ChallengeAction
- 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_CHALLENGE
|
Fields inherited from class marauroa.game.RPAction |
actionType, STATUS_FAIL, STATUS_INCOMPLETE, STATUS_SUCCESS |
Fields inherited from class marauroa.game.Attributes |
|
Constructor Summary | |
ChallengeAction()
|
Method Summary | |
int |
getWho()
|
int |
getWhom()
|
void |
setWho(int charID)
|
void |
setWhom(int charID)
|
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_CHALLENGE
public static final int ACTION_CHALLENGE
- See Also:
- Constant Field Values
Constructor Detail |
ChallengeAction
public ChallengeAction()
Method Detail |
setWho
public void setWho(int charID)
setWhom
public void setWhom(int charID)
getWho
public int getWho()
getWhom
public int getWhom()
|
|||||||||
Home >> All >> simplegame >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |