| Class | Description |
|---|---|
| CommandHandler<E extends org.bukkit.plugin.Plugin> |
Manages commands abstractly for the
Plugin |
| HelpCommand<E extends org.bukkit.plugin.Plugin> |
Displays help information.
|
| ReloadCommand<E extends org.bukkit.plugin.Plugin> | |
| SubCommand<E extends org.bukkit.plugin.Plugin> |
Skeleton class representing the structure of a sub-command for
CommandHandler
Note: this class has a natural ordering that is inconsistent with equals. |
| 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.