Interface InteractEntityEvent.Primary
-
- All Superinterfaces:
Cancellable
,Event
,InteractEntityEvent
,InteractEvent
- Enclosing interface:
- InteractEntityEvent
public static interface InteractEntityEvent.Primary extends InteractEntityEvent
An event where the targeted entity is being interacted with the client's "primary" button.This is usually left-click.
-
-
Nested Class Summary
-
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
-
-