|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.kernel.properties.PList wyvern.kernel.commands.EventImpl wyvern.kernel.motion.MoveEvent wyvern.kernel.motion.PushCommand.PushEvent
Inner class for encapsulating a Push event.
Field Summary |
Fields inherited from class wyvern.kernel.motion.MoveEvent |
destLoc_, direction_, offsets_, sourceLoc_ |
Fields inherited from class wyvern.kernel.commands.EventImpl |
agent_, appendToFile_, argString_, argStringParsed_, argv_, argvParsed_, delay_, failureMessage_, filterObjects_, filters_, handler_, map_, modified_, originalText_, playerOriginated_, redirectFile_, redirecting_, sendToAgent_, successMessage_, verb_, vetoed_, wizParsed_ |
Fields inherited from class wyvern.kernel.properties.PList |
readOnly_ |
Fields inherited from interface wyvern.lib.PropertyList |
PROPERTY_PACKAGE |
Constructor Summary | |
PushCommand.PushEvent(java.lang.String originalText,
Commandable agent)
Constructs a new PushEvent |
Method Summary | |
GameObject |
getTarget()
Gets the target for this event. |
void |
setTarget(GameObject target)
Sets the target (adjusts messages to refer to target). |
Methods inherited from class wyvern.kernel.motion.MoveEvent |
getDest, getDirection, getOffsets, getSource, setDest, setDirection, setOffsets, setSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PushCommand.PushEvent(java.lang.String originalText, Commandable agent)
Method Detail |
public void setTarget(GameObject target)
public GameObject getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |