Uses of Class
me.xxastaspastaxx.dimensions.completePortal.PortalGeometry
Packages that use PortalGeometry
- 
Uses of PortalGeometry in me.xxastaspastaxx.dimensions.completePortal
Fields in me.xxastaspastaxx.dimensions.completePortal declared as PortalGeometryMethods in me.xxastaspastaxx.dimensions.completePortal that return PortalGeometryModifier 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 PortalGeometryPortalGeometry.getPortalGeometry(CustomPortal portal)Get the PortalGeometry instance for the portalstatic PortalGeometryPortalGeometry.nullGeometry()Methods in me.xxastaspastaxx.dimensions.completePortal with parameters of type PortalGeometryModifier and TypeMethodDescriptionstatic voidPortalGeometry.setCustomGeometry(CustomPortal portal, PortalGeometry geom)Override the instance of the PortalGeometryConstructors in me.xxastaspastaxx.dimensions.completePortal with parameters of type 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