Class PrepareGrindstoneEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareInventoryResultEvent
com.destroystokyo.paper.event.inventory.PrepareResultEvent
com.destroystokyo.paper.event.inventory.PrepareGrindstoneEvent
- Direct Known Subclasses:
- PrepareGrindstoneEvent
Deprecated.
Called when an item is put in a slot for grinding 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) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets 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
- 
Method Details- 
getInventoryDeprecated.Description copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
- getInventoryin class- InventoryEvent
- Returns:
- The upper inventory.
 
 
- 
PrepareGrindstoneEvent