Class EntityPortalExitEvent

All Implemented Interfaces:
Cancellable

public class EntityPortalExitEvent extends EntityTeleportEvent
Called before an entity exits a portal.

This event allows you to modify the velocity of the entity after they have successfully exited the portal.

Cancelling this event does not prevent the teleport, but it does prevent any changes to velocity and location from taking place.