addition of PlayerGameModeChangeEvent

This commit is contained in:
sunkid
2011-09-16 19:49:56 -07:00
committed by Dinnerbone
parent 103ceb2281
commit c8b70c5a8f
5 changed files with 53 additions and 0 deletions

View File

@@ -301,6 +301,13 @@ public abstract class Event implements Serializable {
*/
PLAYER_FISH(Category.PLAYER),
/**
* Called when the game mode of a player is changed
*
* @see org.bukkit.event.player.PlayerGameModeChangeEvent
*/
PLAYER_GAME_MODE_CHANGE(Category.PLAYER),
/**
* BLOCK EVENTS
*/