Added onPlayerChat and onPlayerCommand

This commit is contained in:
Dinnerbone
2010-12-28 16:41:37 +00:00
parent 40e6a23369
commit d94db03ae2
5 changed files with 81 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ public interface PluginManager {
public void callEvent(Event event);
/**
* Registers the given player event to the specified listener
* Registers the given event to the specified listener
*
* @param type EventType to register
* @param listener Listener to register