Package logisticspipes.interfaces.routing

Examples of logisticspipes.interfaces.routing.IRequestFluid


   
    if(!getUpgradeManager().isAdvancedSatelliteCrafter()) {
      if(liquidSatelliteId != 0) {
        IRouter r = getFluidSatelliteRouter(-1);
        if(r != null) {
          IRequestFluid sat = (IRequestFluid) r.getPipe();
          for(int i=0;i<liquidCrafter;i++) {
          liquidTarget[i] = sat;
        }
      }
      }
View Full Code Here

TOP

Related Classes of logisticspipes.interfaces.routing.IRequestFluid

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.