merge with head

By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
Bukkit/Spigot
2011-01-29 17:18:32 +00:00
12 changed files with 289 additions and 15 deletions

View File

@@ -26,4 +26,8 @@ public interface CommandMap {
*/
public boolean dispatch(CommandSender sender, String cmdLine);
/**
* Clears all registered commands.
*/
public void clearCommands();
}