Package logisticspipes.transport

Examples of logisticspipes.transport.EntrencsTransport


public class PipeItemsSystemEntranceLogistics extends CoreRoutedPipe {
 
  public ItemIdentifierInventory inv = new ItemIdentifierInventory(1, "Freq Slot", 1);
 
  public PipeItemsSystemEntranceLogistics(Item item) {
    super(new EntrencsTransport(), item);
    ((EntrencsTransport)this.transport).pipe = this;
  }
View Full Code Here

TOP

Related Classes of logisticspipes.transport.EntrencsTransport

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.