Interface ItemMergeWithItemEvent

All Superinterfaces:
Cancellable, Event

public interface ItemMergeWithItemEvent extends Event, Cancellable
Called when an Item is merged with another Item.
  • Method Details Link icon

    • item Link icon

      Item item()
      Gets the Item.
      Returns:
      The item
    • itemToMerge Link icon

      Item itemToMerge()
      Gets a copy of the second item to be merged.
      Returns:
      A copy of the second item to be merged