Uses of Class
me.xxastaspastaxx.dimensions.completePortal.PortalGeometry
-
Uses of PortalGeometry in me.xxastaspastaxx.dimensions.completePortal
Modifier and TypeMethodDescriptionPortalGeometry.createGeometry(org.bukkit.util.Vector min, org.bukkit.util.Vector max)
Create PortalGeometry for a portalPortalGeometry.getPortal(CustomPortal customPortal, org.bukkit.Location loc)
Check if there is a portal structure at the locationCompletePortal.getPortalGeometry()
Get the portal geometry of the portalstatic PortalGeometry
PortalGeometry.getPortalGeometry(CustomPortal portal)
Get the PortalGeometry instance for the portalstatic PortalGeometry
PortalGeometry.nullGeometry()
Modifier and TypeMethodDescriptionstatic void
PortalGeometry.setCustomGeometry(CustomPortal portal, PortalGeometry geom)
Override the instance of the PortalGeometryModifierConstructorDescriptionCompletePortal(CustomPortal customPortal, org.bukkit.World world, PortalGeometry portalGeometry)
Construct the CompletePortal If portalGeometry is not null, create PortalEntitiesCompletePortal(CustomPortal customPortal, org.bukkit.World world, PortalGeometry portalGeometry, CompletePortal linked)
Construct the CompletePortal If portalGeometry is not null, create PortalEntities If linked is not null, links the portals