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

java.lang.Objectmarauroa.game.Attributes
marauroa.game.RPAction
simplegame.actions.ChallengeAction
simplegame.actions.ChallengeAnswer
- All Implemented Interfaces:
- marauroa.net.Serializable
- public class ChallengeAnswer
- extends ChallengeAction
| 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_ANSWER
|
| Fields inherited from class simplegame.actions.ChallengeAction |
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 | |
ChallengeAnswer()
|
|
| Method Summary | |
boolean |
isAccepted()
|
void |
setAccept(boolean accepted)
|
| Methods inherited from class simplegame.actions.ChallengeAction |
getWho, getWhom, setWho, setWhom |
| 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_ANSWER
public static final int ACTION_CHALLENGE_ANSWER
- See Also:
- Constant Field Values
| Constructor Detail |
ChallengeAnswer
public ChallengeAnswer()
| Method Detail |
setAccept
public void setAccept(boolean accepted)
isAccepted
public boolean isAccepted()
|
|||||||||
| Home >> All >> simplegame >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC