Interface CollideEvent.Impact
- All Superinterfaces:
Cancellable
,CollideEvent
,Event
- All Known Subinterfaces:
CollideBlockEvent.Impact
,CollideEntityEvent.Impact
- Enclosing interface:
CollideEvent
Fired after an
Entity
or BlockSnapshot
impact with each
other.
Note: this should only fire once after the first impact.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.action.CollideEvent
CollideEvent.Impact
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Method Details
-
impactPoint
ServerLocation impactPoint()Gets thelocation
where the impact took place.- Returns:
- The impact location
-