Interface ItemMergeWithItemEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface ItemMergeWithItemEvent extends Event, Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
item()
Gets theItem
.Item
itemToMerge()
Gets a copy of the second item to be merged.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-