Added PlayerChangedWorldEvent.

This commit is contained in:
sunkid
2011-09-30 20:29:24 +02:00
committed by EvilSeph
parent 396e1866b8
commit e6fa9d9198
4 changed files with 39 additions and 0 deletions

View File

@@ -312,6 +312,13 @@ public abstract class Event implements Serializable {
*/
PLAYER_GAME_MODE_CHANGE(Category.PLAYER),
/**
* Called after a player has changed to a new world
*
* @see org.bukkit.event.player.PlayerChangedWorldEvent
*/
PLAYER_CHANGED_WORLD(Category.PLAYER),
/**
* BLOCK EVENTS
*/