Package org.bukkit.event.inventory
Class PrepareGrindstoneEvent
Called when an item is put in a slot for repair or unenchanting in a grindstone.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.inventory.InventoryEventtransaction
- 
Constructor SummaryConstructorsConstructorDescriptionPrepareGrindstoneEvent(@NotNull InventoryView inventory, @Nullable ItemStack result) 
- 
Method SummaryModifier and TypeMethodDescriptionGets the primary Inventory involved in this transactionMethods inherited from class com.destroystokyo.paper.event.inventory.PrepareResultEventgetResult, setResultMethods inherited from class org.bukkit.event.inventory.PrepareInventoryResultEventgetHandlerList, getHandlersMethods inherited from class org.bukkit.event.inventory.InventoryEventgetView, getViewersMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
PrepareGrindstoneEvent
 
- 
- 
Method Details- 
getInventoryDescription copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
- getInventoryin class- PrepareGrindstoneEvent
- Returns:
- The upper inventory.
 
 
-