Package forestry.factory.gadgets

Examples of forestry.factory.gadgets.MachineCentrifuge$Recipe


  }

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

    int progress = 16 - machine.getProgressScaled(16);
    drawTexturedModalRect(guiLeft + 62, guiTop + 36 + 17 - progress, 176, 17 - progress, 4, progress);
  }
View Full Code Here

TOP

Related Classes of forestry.factory.gadgets.MachineCentrifuge$Recipe

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.