Package forestry.energy.gadgets

Examples of forestry.energy.gadgets.MachineGenerator


  }

  @Override
  protected void drawGuiContainerBackgroundLayer(float var1, int mouseX, int mouseY) {
    super.drawGuiContainerBackgroundLayer(var1, mouseX, mouseY);
    MachineGenerator boiler = tile;

    int progress = boiler.getStoredScaled(49);
    if (progress > 0)
      drawTexturedModalRect(guiLeft + 108, guiTop + 38, 176, 91, progress, 18);
  }
View Full Code Here

TOP

Related Classes of forestry.energy.gadgets.MachineGenerator

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.