Class BankWebNode

    • Constructor Detail

      • BankWebNode

        public BankWebNode​(int x,
                           int y)
      • BankWebNode

        public BankWebNode​(int x,
                           int y,
                           int z)
      • BankWebNode

        public BankWebNode​(org.dreambot.internal.web.WebNodes.WebNode node)
    • Method Detail

      • 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
      • isValid

        public boolean isValid()
        Description copied from class: AbstractWebNode
        Checks the validity of this web node to see if it should be considered at all during path finding
        Overrides:
        isValid in class AbstractWebNode
        Returns:
        true if it's usable, false otherwise