Package org.bukkit.event.inventory
Class PrepareSmithingEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareInventoryResultEvent
org.bukkit.event.inventory.PrepareSmithingEvent
Called when an item is put in a slot for upgrade by a Smithing Table.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.inventory.InventoryEvent
transaction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
Gets the primary Inventory involved in this transactionMethods inherited from class org.bukkit.event.inventory.PrepareInventoryResultEvent
getResult, setResult
Methods inherited from class org.bukkit.event.inventory.InventoryEvent
getView, getViewers
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
PrepareSmithingEvent
-
-
Method Details
-
getInventory
Description copied from class:InventoryEvent
Gets the primary Inventory involved in this transaction- Overrides:
getInventory
in classInventoryEvent
- Returns:
- The upper inventory.
-
getHandlers
- Overrides:
getHandlers
in classPrepareInventoryResultEvent
-
getHandlerList
-