Interface Portal
Represents a portal. It may have been found or generated by a
PortalLogic-
Method Summary
Modifier and TypeMethodDescriptionTheAABBof this portal if it has one.logic()ThePortalLogicthat found or created this portal.position()Thelocationthis portal is at.
-
Method Details
-
logic
Optional<PortalLogic> logic()ThePortalLogicthat found or created this portal.- Returns:
- The type
-
position
ServerLocation position()Thelocationthis portal is at.- Returns:
- The origin
-
boundingBox
TheAABBof this portal if it has one.- Returns:
- The aabb
-