Added server list ping event.

This commit is contained in:
sk89q
2011-09-26 15:32:01 -07:00
parent f46f6d5e34
commit 47a035440c
4 changed files with 100 additions and 0 deletions

View File

@@ -504,6 +504,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.server.MapInitializeEvent
*/
MAP_INITIALIZE (Category.SERVER),
/**
* Called when a client pings a server.
*
* @see org.bukkit.event.server.ServerListPingEvent
*/
SERVER_LIST_PING (Category.SERVER),
/**
* WORLD EVENTS