JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.spongepowered.api.event.entity
Interface ItemMergeWithItemEvent
All Superinterfaces:
Cancellable
,
Event
public interface
ItemMergeWithItemEvent
extends
Event
,
Cancellable
Called when an
Item
is merged with another
Item
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Item
item
()
Gets the
Item
.
Item
itemToMerge
()
Gets a copy of the second item to be merged.
Methods inherited from interface org.spongepowered.api.event.
Cancellable
isCancelled
,
setCancelled
Methods inherited from interface org.spongepowered.api.event.
Event
cause
,
context
,
source
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