Interface InteractItemEvent.Primary
-
- All Superinterfaces:
Event
,InteractEvent
,InteractItemEvent
- Enclosing interface:
- InteractItemEvent
public static interface InteractItemEvent.Primary extends InteractItemEvent
Called when a player swings its hand in the air.For block interactions use
InteractBlockEvent.Primary
and for entity interactions useInteractEntityEvent.Primary
instead.To cancel the animation use
AnimateHandEvent
instead.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.InteractItemEvent
InteractItemEvent.Primary, InteractItemEvent.Secondary
-
-