Added PlayerBucket events

This commit is contained in:
Erik Broes
2011-03-21 00:48:34 +01:00
parent a6a128197c
commit ae47996105
5 changed files with 146 additions and 0 deletions

View File

@@ -250,6 +250,20 @@ public abstract class Event implements Serializable {
*/
PLAYER_PICKUP_ITEM (Category.PLAYER),
/**
* Called when a player empties a bucket
*
* @see org.bukkit.event.player.PlayerBucketEmptyEvent
*/
PLAYER_BUCKET_EMPTY(Category.PLAYER),
/**
* Called when a player fills a bucket
*
* @see org.bukkit.event.player.PlayerBucketFillEvent
*/
PLAYER_BUCKET_FILL(Category.PLAYER),
/**
* BLOCK EVENTS
*/