Interface InvokePortalEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
InvokePortalEvent.Enter
,InvokePortalEvent.Execute
,InvokePortalEvent.Prepare
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Called when entering a portal.static interface
Called after aPortalLogic
calculated and found or generated the portal exit.static interface
Called before calculating and finding or generating the portal exit. -
Method Summary
-
Method Details
-
entity
Entity entity()Gets theEntity
.- Returns:
- The entity
-
portalLogic
PortalLogic portalLogic()Gets thePortalLogic
.- Returns:
- The portal logic
-