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