org.bukkit.event.inventory
Class CraftItemEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.InventoryInteractEvent
org.bukkit.event.inventory.InventoryClickEvent
org.bukkit.event.inventory.CraftItemEvent
- All Implemented Interfaces:
- Cancellable
public class CraftItemEvent
- extends InventoryClickEvent
Called when the recipe of an Item is completed inside a crafting matrix.
Constructor Summary |
CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
boolean right,
boolean shift)
Deprecated. |
CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action)
|
CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action,
int key)
|
Methods inherited from class org.bukkit.event.inventory.InventoryClickEvent |
getAction, getClick, getCurrentItem, getCursor, getHandlerList, getHandlers, getHotbarButton, getRawSlot, getSlot, getSlotType, isLeftClick, isRightClick, isShiftClick, setCurrentItem, setCursor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CraftItemEvent
@Deprecated
public CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
boolean right,
boolean shift)
- Deprecated.
CraftItemEvent
public CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action)
CraftItemEvent
public CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action,
int key)
getRecipe
public Recipe getRecipe()
- Returns:
- A copy of the current recipe on the crafting matrix.
getInventory
public CraftingInventory getInventory()
- Description copied from class:
InventoryEvent
- Gets the primary Inventory involved in this transaction
- Overrides:
getInventory
in class InventoryEvent
- Returns:
- The upper inventory.
Copyright © 2013. All Rights Reserved.