Interface InteractEntityEvent.Secondary.At
-
- All Superinterfaces:
Cancellable
,Event
,InteractEntityEvent
,InteractEntityEvent.Secondary
,InteractEvent
- Enclosing interface:
- InteractEntityEvent.Secondary
public static interface InteractEntityEvent.Secondary.At extends InteractEntityEvent.Secondary
An entity is interacted with at aninteractionpoint
.This is used for interactions targeting specific parts of an entity.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.InteractEntityEvent
InteractEntityEvent.Primary, InteractEntityEvent.Secondary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.InteractEntityEvent.Secondary
InteractEntityEvent.Secondary.At, InteractEntityEvent.Secondary.On
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3d
interactionPoint()
Gets the point of interaction where the interaction occurred as aVector3d
.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.entity.InteractEntityEvent
entity
-
-