Interface RideEntityEvent
-
- All Superinterfaces:
Cancellable
,Event
- All Known Subinterfaces:
RideEntityEvent.Dismount
,RideEntityEvent.Mount
public interface RideEntityEvent extends Event, Cancellable
An event that involves anEntity
riding another.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RideEntityEvent.Dismount
Raised when anEntity
is being dismounted.static interface
RideEntityEvent.Mount
Raised when anEntity
is being mounted.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
entity()
Gets theEntity
.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-