Added PlayerFish event.

This commit is contained in:
EvilSeph
2011-07-03 00:23:37 -04:00
parent b2e236878c
commit d8d006200a
4 changed files with 105 additions and 0 deletions

View File

@@ -287,6 +287,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.player.PlayerBedLeaveEvent
*/
PLAYER_BED_LEAVE(Category.PLAYER),
/**
* Called when a player is fishing
*
* @see org.bukkit.event.player.PlayerFishEvent
*/
PLAYER_FISH(Category.PLAYER),
/**
* BLOCK EVENTS