Added PlayerFish event.

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-07-03 00:23:37 -04:00
parent ccbd9a6709
commit 84a45a3927
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