Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)

This commit is contained in:
Dinnerbone
2011-02-26 19:08:12 +00:00
parent b98b082ea3
commit dc313db919
9 changed files with 63 additions and 105 deletions

View File

@@ -173,13 +173,6 @@ public abstract class Event implements Serializable {
*/
PLAYER_CHAT (Category.PLAYER),
/**
* Called when a player attempts to use a command
*
* @see org.bukkit.event.player.PlayerChatEvent
*/
PLAYER_COMMAND (Category.PLAYER),
/**
* Called when a player early in the command handling process
*