Package org.bukkit.event.inventory
Class PrepareItemCraftEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareItemCraftEvent
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result - 
Field Summary
Fields inherited from class org.bukkit.event.inventory.InventoryEvent
transaction - 
Constructor Summary
ConstructorsConstructorDescriptionPrepareItemCraftEvent(CraftingInventory what, InventoryView view, boolean isRepair) - 
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListGets the primary Inventory involved in this transactionGet the recipe that has been formed.booleanisRepair()Check if this event was triggered by a tool repair operation rather than a crafting recipe.Methods inherited from class org.bukkit.event.inventory.InventoryEvent
getView, getViewersMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous 
- 
Constructor Details
- 
PrepareItemCraftEvent
public PrepareItemCraftEvent(@NotNull CraftingInventory what, @NotNull InventoryView view, boolean isRepair) 
 - 
 - 
Method Details
- 
getRecipe
Get the recipe that has been formed. If this event was triggered by a tool repair, this will be a temporary shapeless recipe representing the repair.- Returns:
 - The recipe being crafted.
 
 - 
getInventory
Description copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
 getInventoryin classInventoryEvent- Returns:
 - The crafting inventory on which the recipe was formed.
 
 - 
isRepair
public boolean isRepair()Check if this event was triggered by a tool repair operation rather than a crafting recipe.- Returns:
 - True if this is a repair.
 
 - 
getHandlers
- Overrides:
 getHandlersin classInventoryEvent
 - 
getHandlerList
 
 -