addition of PlayerGameModeChangeEvent

By: sunkid <sunkid@iminurnetz.com>
This commit is contained in:
Bukkit/Spigot
2011-09-16 19:49:56 -07:00
parent 6d19165044
commit a7f6bb5cd4
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
*/