Added Furnace smelt and burn events.

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-06-19 21:47:15 -04:00
parent 797f79e621
commit cd5882a07f
5 changed files with 204 additions and 0 deletions

View File

@@ -432,6 +432,20 @@ public abstract class Event implements Serializable {
*/
INVENTORY_TRANSACTION (Category.INVENTORY),
/**
* Called when an ItemStack is successfully smelted in a furnace.
*
* @see org.bukkit.event.inventory.FurnaceSmeltEvent
*/
FURNACE_SMELT (Category.INVENTORY),
/**
* Called when an ItemStack is successfully burned as fuel in a furnace.
*
* @see org.bukkit.event.inventory.FurnaceBurnEvent
*/
FURNACE_BURN (Category.INVENTORY),
/**
* SERVER EVENTS
*/