Class MagicCarpetWebNode

    • Method Detail

      • getMagicCarpetNodes

        public static java.util.List<MagicCarpetWebNode> getMagicCarpetNodes()
      • hasRequirements

        public boolean hasRequirements()
        Description copied from class: AbstractWebNode
        This is used to determine during path finding if the current player can use this node
        Overrides:
        hasRequirements in class AbstractWebNode
        Returns:
        true if it's usable by the current player, false otherwise
      • getType

        public WebNodeType getType()
        Description copied from class: AbstractWebNode
        Returns the WebNodeType of this node, used during path finding to ensure they're not disabled by the script
        Overrides:
        getType in class AbstractWebNode
        Returns:
        the type of web node
      • getLocation

        public org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode.MagicCarpetLocation getLocation()