Uses of Class
me.xxastaspastaxx.dimensions.customportal.CustomPortal
Packages that use CustomPortal
Package
Description
- 
Uses of CustomPortal in me.xxastaspastaxx.dimensions.addonsMethods in me.xxastaspastaxx.dimensions.addons with parameters of type CustomPortalModifier and TypeMethodDescriptionstatic ObjectDimensionsAddon.getOption(CustomPortal portal, String key)Get the option for the type of the portal for the given keyvoidDimensionsAddon.registerPortal(org.bukkit.configuration.file.YamlConfiguration portalConfig, CustomPortal portal)This function provides the portal config file for each portal that is being loaded and addons can get data from it.static voidDimensionsAddon.setOption(CustomPortal portal, String key, Object value)Store an Object with a String key for all portals that are the given CustomPortal
- 
Uses of CustomPortal in me.xxastaspastaxx.dimensions.completePortalMethods in me.xxastaspastaxx.dimensions.completePortal that return CustomPortalMethods in me.xxastaspastaxx.dimensions.completePortal with parameters of type CustomPortalModifier and TypeMethodDescriptionvoidPortalGeometry.buildPortal(org.bukkit.Location newLocation, org.bukkit.World destinationWorld, CustomPortal customPortal)Build a portalCompletePortalManager.getCompletePortals(CustomPortal customPortal)Get the complete portals that are specific CustomPortalCompletePortalManager.getCompletePortals(CustomPortal customPortal, org.bukkit.World world)Get the complete portals in the given world that are specific CustomPortalCompletePortalManager.getNearestPortals(org.bukkit.Location loc, int searchRadius, CustomPortal customPortal)Get the nearest portals inside a radius that are specific CustomPortalPortalGeometry.getPortal(CustomPortal customPortal, org.bukkit.Location loc)Check if there is a portal structure at the locationstatic PortalGeometryPortalGeometry.getPortalGeometry(CustomPortal portal)Get the PortalGeometry instance for the portalstatic voidPortalGeometry.setCustomGeometry(CustomPortal portal, PortalGeometry geom)Override the instance of the PortalGeometryConstructors in me.xxastaspastaxx.dimensions.completePortal with parameters of type CustomPortalModifierConstructorDescriptionCompletePortal(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
- 
Uses of CustomPortal in me.xxastaspastaxx.dimensions.customportalMethods in me.xxastaspastaxx.dimensions.customportal that return CustomPortalModifier and TypeMethodDescriptionCustomPortalManager.getCustomPortal(String name)Get a custom portal by nameMethods in me.xxastaspastaxx.dimensions.customportal that return types with arguments of type CustomPortalModifier and TypeMethodDescriptionCustomPortalManager.getCustomPortals()Get all the custom portals registeredCustomPortalLoader.loadAll()Load all the custom portals