Package logisticspipes.modules

Examples of logisticspipes.modules.ChassiModule


  public PipeLogisticsChassi(Item item) {
    super(item);
    _moduleInventory = new ItemIdentifierInventory(getChassiSize(), "Chassi pipe", 1);
    _moduleInventory.addListener(this);
    _module = new ChassiModule(getChassiSize(), this);
    HUD = new HUDChassiePipe(this, _module, _moduleInventory);
    pointedDirection=ForgeDirection.UNKNOWN;
  }
View Full Code Here

TOP

Related Classes of logisticspipes.modules.ChassiModule

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.