Package org.bukkit.event.inventory
Class PrepareGrindstoneEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareInventoryResultEvent
org.bukkit.event.inventory.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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListGets the primary Inventory involved in this transactionMethods inherited from class org.bukkit.event.inventory.PrepareInventoryResultEventgetResult, setResultMethods inherited from class org.bukkit.event.inventory.InventoryEventgetView, getViewersMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
PrepareGrindstoneEvent
 
- 
- 
Method Details- 
getInventoryDescription copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
- getInventoryin class- InventoryEvent
- Returns:
- The upper inventory.
 
- 
getHandlers- Overrides:
- getHandlersin class- PrepareInventoryResultEvent
 
- 
getHandlerList
 
-