Class AnvilTakeResultEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.purpurmc.purpur.event.inventory.AnvilTakeResultEvent
Called when a player takes the result item out of an anvil
-
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
ConstructorsConstructorDescriptionAnvilTakeResultEvent(HumanEntity player, InventoryView view, ItemStack result) -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListGets the primary Inventory involved in this transactionMethods inherited from class org.bukkit.event.inventory.InventoryEvent
getView, getViewersMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
AnvilTakeResultEvent
-
-
Method Details
-
getPlayer
-
getResult
-
getInventory
Description copied from class:InventoryEventGets the primary Inventory involved in this transaction- Overrides:
getInventoryin classInventoryEvent- Returns:
- The upper inventory.
-
getHandlers
- Overrides:
getHandlersin classInventoryEvent
-
getHandlerList
-