Package extracells.gui.widget

Examples of extracells.gui.widget.WidgetFluidTank


    super.initGui();
    guiLeft = (width - xSize) / 2;
    guiTop = (height - ySize) / 2;
    for (int i = 0; i < tanks.length; i++)
    {
      tanks[i] = new WidgetFluidTank(tileentity.tanks[i], i * 20 + 29, 7, ForgeDirection.getOrientation(i));
    }
  }
View Full Code Here

TOP

Related Classes of extracells.gui.widget.WidgetFluidTank

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.