Added PlayerBucket events

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-03-21 00:48:34 +01:00
parent 6a1bad5d41
commit 4819bb5819
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
*/