Package forestry.factory.gadgets

Examples of forestry.factory.gadgets.MachineSqueezer$RecipeManager


  }

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

    int progress = machine.getProgressScaled(43);
    drawTexturedModalRect(guiLeft + 75, guiTop + 20, 176, 60, 43 - progress, 18);
  }
View Full Code Here

TOP

Related Classes of forestry.factory.gadgets.MachineSqueezer$RecipeManager

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.