Package org.rsbot.script.web

Examples of org.rsbot.script.web.Route.execute()


      if (Web.rs_map.size() != oldCount) {
        oldCount = Web.rs_map.size();
        update();
      }
      Route route = routes.poll();
      if (route.execute()) {
        if (!route.finished()) {
          routes.addFirst(route);
        }
        return true;
      } else {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.