Deprecated PlayerListener.onPlayerCommand(PlayerChatEvent event).

This commit is contained in:
sk89q
2011-02-16 21:23:47 -08:00
parent e623b66c12
commit 040c0c74b2

View File

@@ -43,10 +43,13 @@ public class PlayerListener implements Listener {
}
/**
* Called when a player attempts to use a command
* Called when a player attempts to use a command. Avoid using this
* when possible -- it won't be removed, but this is not how you
* handle commands.
*
* @param event Relevant event details
*/
@Deprecated
public void onPlayerCommand(PlayerChatEvent event) {
}