Package logisticspipes.utils.transactor

Examples of logisticspipes.utils.transactor.ITransactor


  }

  //BC getTransactorFor using our getInventory
  public static ITransactor getTransactorFor(Object object, ForgeDirection dir) {
    if(object instanceof IInventory) {
      ITransactor t = SimpleServiceLocator.inventoryUtilFactory.getUtilForInv((IInventory)object, dir, false, false, 0, 0);
      if(t != null) {
        return t;
      }
    }
View Full Code Here

TOP

Related Classes of logisticspipes.utils.transactor.ITransactor

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.