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 Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class InventoryEvent
transaction -
Constructor Summary
ConstructorsConstructorDescriptionPrepareGrindstoneEvent(@NotNull InventoryView inventory, @Nullable ItemStack result) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the primary Inventory involved in this transactionMethods inherited from class PrepareResultEvent
getResult, setResultMethods inherited from class PrepareInventoryResultEvent
getHandlerList, getHandlersMethods inherited from class InventoryEvent
getView, getViewersMethods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
PrepareGrindstoneEvent
-
-
Method Details
-
getInventory
Deprecated.Description copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
getInventoryin classInventoryEvent- Returns:
- The upper inventory.
-
PrepareGrindstoneEvent