Package buildcraft.core.robots

Examples of buildcraft.core.robots.AIRobotGotoStationAndLoad


    if (currentRequest == null) {
      startDelegateAI(new AIRobotSearchStackRequest(robot, ActionRobotFilter.getGateFilter(robot
          .getLinkedStation()), deliveryBlacklist));
    } else {
      startDelegateAI(new AIRobotGotoStationAndLoad(robot, new ReqFilter(), robot.getZoneToWork()));
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.core.robots.AIRobotGotoStationAndLoad

Copyright © 2018 www.massapicom. 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.