Package org.bukkit.event.inventory
Class PrepareAnvilEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareInventoryResultEvent
org.bukkit.event.inventory.PrepareAnvilEvent
Called when an item is put in a slot for repair by an anvil.
- 
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 transactiongetView()Gets the view object itselfMethods inherited from class org.bukkit.event.inventory.PrepareInventoryResultEventgetResult, setResultMethods inherited from class org.bukkit.event.inventory.InventoryEventgetViewersMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
PrepareAnvilEvent
 
- 
- 
Method Details- 
getInventoryDescription copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
- getInventoryin class- InventoryEvent
- Returns:
- The upper inventory.
 
- 
getViewDescription copied from class:InventoryEventGets the view object itself- Overrides:
- getViewin class- InventoryEvent
- Returns:
- InventoryView
 
- 
getHandlers- Overrides:
- getHandlersin class- PrepareInventoryResultEvent
 
- 
getHandlerList
 
-