|
||||||||||
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.commands.TargetedEvent wyvern.lib.commands.LookCommand.LookEvent
Event to encapsulate the parameters for the user examining something.
Field Summary | |
protected java.lang.String |
notFoundMsg_
|
protected java.lang.String |
nothingMsg_
|
Fields inherited from class wyvern.kernel.commands.TargetedEvent |
cloneError_, location_, quantity_, target_, targetName_ |
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 | |
LookCommand.LookEvent(java.lang.String originalText,
Commandable agent)
Constructs a new LookEvent |
Method Summary | |
java.lang.String |
getNotFoundMsg()
Gets the message to display if the thing isn't found. |
java.lang.String |
getNothingMsg()
Returns the "you see nothing special" message. |
void |
setNotFoundMsg(java.lang.String msg)
Sets the message to display if the thing isn't found. |
void |
setNothingMsg(java.lang.String msg)
Sets the "you see nothing special" message for when there isn't anything with a description nearby. |
Methods inherited from class wyvern.kernel.commands.TargetedEvent |
getCloneErrorMsg, getLocation, getQuantity, getTarget, getTargetName, hasTarget, isQuantified, isTargetSpecifiedByHashcode, setLocation, setQuantified, setQuantity, setTarget, setTargetName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String notFoundMsg_
protected java.lang.String nothingMsg_
Constructor Detail |
public LookCommand.LookEvent(java.lang.String originalText, Commandable agent)
Method Detail |
public java.lang.String getNothingMsg()
public void setNothingMsg(java.lang.String msg)
public java.lang.String getNotFoundMsg()
public void setNotFoundMsg(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |