| Package | Description | 
|---|---|
| org.bukkit.event.enchantment | Eventstriggered from anenchantment table. | 
| org.bukkit.event.inventory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnchantItemEventCalled when an ItemStack is successfully enchanted (currently at
 enchantment table) | 
| class  | PrepareItemEnchantEventCalled when an ItemStack is inserted in an enchantment table - can be
 called multiple times | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CraftItemEventCalled when the recipe of an Item is completed inside a crafting matrix. | 
| class  | InventoryClickEventThis event is called when a player clicks a slot in an inventory. | 
| class  | InventoryCloseEventRepresents a player related inventory event | 
| class  | InventoryCreativeEventThis event is called when a player in creative mode puts down or picks up
 an item in their inventory / hotbar and when they drop items from their
 Inventory while in creative mode. | 
| class  | InventoryDragEventThis event is called when the player drags an item in their cursor across
 the inventory. | 
| class  | InventoryInteractEventAn abstract base class for events that describe an interaction between a
 HumanEntity and the contents of an Inventory. | 
| class  | InventoryOpenEventRepresents a player related inventory event | 
| class  | PrepareItemCraftEvent | 
Copyright © 2015. All rights reserved.