|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCommand
HelpCommand
public class HelpCommand
Implementation of the 'help' user command.
Field Summary | |
---|---|
private CommandWords |
commandWords
|
Constructor Summary | |
---|---|
HelpCommand(CommandWords words)
Constructor for objects of class HelpCommand |
Method Summary | |
---|---|
boolean |
execute(Player player)
Print out some help information. |
Methods inherited from class Command |
---|
getSecondWord, hasSecondWord, setSecondWord |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private CommandWords commandWords
Constructor Detail |
---|
public HelpCommand(CommandWords words)
Method Detail |
---|
public boolean execute(Player player)
execute
in class Command
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |