Package logisticspipes.interfaces

Examples of logisticspipes.interfaces.ILegacyActiveModule.canProvide()


    for (int i = 0; i < this.getChassiSize(); i++){
      LogisticsModule x = _module.getSubModule(i);
      if (x instanceof ILegacyActiveModule){
        ILegacyActiveModule y = (ILegacyActiveModule)x;
        if(y.filterAllowsItem(tree.getStackItem())) {
          y.canProvide(tree, donePromisses, filters);
          return;
        }
      }
    }
  }
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.