Interface InteractEntityEvent.Secondary
-
- All Superinterfaces:
Cancellable
,Event
,InteractEntityEvent
,InteractEvent
- All Known Subinterfaces:
InteractEntityEvent.Secondary.At
,InteractEntityEvent.Secondary.On
- Enclosing interface:
- InteractEntityEvent
public static interface InteractEntityEvent.Secondary extends InteractEntityEvent
An event where the targeted entity is being interacted with the client's "secondary" button.This is usually right-click.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InteractEntityEvent.Secondary.At
An entity is interacted with at aninteractionpoint
.static interface
InteractEntityEvent.Secondary.On
An entity is interacted on.-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.InteractEntityEvent
InteractEntityEvent.Primary, InteractEntityEvent.Secondary
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.entity.InteractEntityEvent
entity
-
-