Interface ChangeEntityEquipmentEvent

All Superinterfaces:
Cancellable, Event
All Known Subinterfaces:
ChangeEntityEquipmentEvent.Break
All Known Implementing Classes:
AbstractChangeEntityEquipmentEvent

public interface ChangeEntityEquipmentEvent extends Event, Cancellable
Called when an entity changes an equipped item. This can occur whenever a Slot belonging to an Inventory of an Entity is filled with an ItemStack, emptied of an ItemStack, or swapped with an ItemStack. In the event that a change to the ItemStack, the use of the Transaction is recommended.