Help
Help displays the description of the command that you want help with.
implements:
parser.commands.Command;
Contents
Constructors
Help(String name, String description)
Create a new Help command with the given name
and help text description
Methods
void invoke(String[] parts, Player p, Map m)
Display the description of any command that follows Help.
boolean equals(String name)
Check for equivalence between this command and the string name
.