Added PlayerChangedWorldEvent.

By: sunkid <sunkid@iminurnetz.com>
This commit is contained in:
Bukkit/Spigot
2011-09-30 20:29:24 +02:00
parent 2ef3dfed7b
commit 2a3a80d543
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
*/