Interface InteractItemEvent.Secondary
-
- All Superinterfaces:
Cancellable
,Event
,InteractEvent
,InteractItemEvent
- Enclosing interface:
- InteractItemEvent
public static interface InteractItemEvent.Secondary extends InteractItemEvent, Cancellable
Called when a player interacts with an item in hand.Vanilla minecraft does not call an event when interacting with an empty hand in air.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.InteractItemEvent
InteractItemEvent.Primary, InteractItemEvent.Secondary
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.item.inventory.InteractItemEvent
itemStack
-
-