Interface ItemMergeWithItemEvent

All Superinterfaces:
Cancellable, Event

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

    • item

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

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