wyvern.lib.commands
Interface LookCommand.LookOverride
- Enclosing interface:
- LookCommand
- public static interface LookCommand.LookOverride
Interface for objects that want to provide a custom
description, depending on who looks at them.
Method Summary |
java.lang.String |
lookAt(CommandEvent event)
Returns the description of the object for the event's agent. |
lookAt
public java.lang.String lookAt(CommandEvent event)
- Returns the description of the object for the event's agent.
- Returns:
- the description to print to this agent, or null
if you don't want it to print anything ("You see nothing special.")