Package logisticspipes.utils.transactor

Examples of logisticspipes.utils.transactor.TransactorSimple


      }
    }

   
    if (object instanceof ISidedInventory)
      return new TransactorSimple((ISidedInventory) object);

    else if (object instanceof IInventory)
      return new TransactorSimple(getInventory((IInventory) object));

    return null;

  }
View Full Code Here

TOP

Related Classes of logisticspipes.utils.transactor.TransactorSimple

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.