Package org.bukkit.event.inventory
Class PrepareAnvilEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.PrepareInventoryResultEvent
com.destroystokyo.paper.event.inventory.PrepareResultEvent
org.bukkit.event.inventory.PrepareAnvilEvent
Called when an item is put in a slot for repair by 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
-
Method Summary
Modifier and TypeMethodDescriptionGets the primary Inventory involved in this transactiongetView()
Gets the view object itselfvoid
Set result item, may benull
.Methods inherited from class com.destroystokyo.paper.event.inventory.PrepareResultEvent
getResult
Methods inherited from class org.bukkit.event.inventory.PrepareInventoryResultEvent
getHandlerList, getHandlers
Methods inherited from class org.bukkit.event.inventory.InventoryEvent
getViewers
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
PrepareAnvilEvent
-
-
Method Details
-
getInventory
Description copied from class:InventoryEvent
Gets the primary Inventory involved in this transaction- Overrides:
getInventory
in classInventoryEvent
- Returns:
- The upper inventory.
-
setResult
Set result item, may benull
.Note: by default custom recipes in anvil are disabled you should define a repair cost on the anvil inventory greater or equals to zero in order to allow that.
- Overrides:
setResult
in classPrepareResultEvent
- Parameters:
result
- result item
-
getView
Description copied from class:InventoryEvent
Gets the view object itself- Overrides:
getView
in classInventoryEvent
- Returns:
- InventoryView
-