Examples of ReservoirWidget


Examples of forestry.core.gui.widgets.ReservoirWidget

public class GuiFabricator extends GuiForestryTitled<MachineFabricator> {

  public GuiFabricator(InventoryPlayer player, MachineFabricator tile) {
    super(Defaults.TEXTURE_PATH_GUI + "/fabricator.png", new ContainerFabricator(player, tile), tile);
    this.ySize = 211;
    widgetManager.add(new ReservoirWidget(this.widgetManager, 26, 48, 0));
  }
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.