Examples of HUDChassiePipe


Examples of logisticspipes.gui.hud.HUDChassiePipe

  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
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.