| Class | Description | 
|---|---|
| CommandNode<E extends Plugin> | Represents a singular point in a command argument chain (or even the command
 itself) | 
| HelpCommand<E extends Plugin> | Provides a listing of help information derived from all  CommandNodeobjects that are returned from a call to a parent'sCommandNode.traverse()method | 
| ReloadCommand<E extends Plugin> | |
| TabInfo | Utility class for mapping command arguments to simplify basic uses of
  CommandNode.tabComplete(CommandSender, String...) | 
| Enum | Description | 
|---|---|
| CommandStatus | Represents the status of an executed command, and is returned upon the
 completion of the command's execution | 
Copyright © 2015. All rights reserved.