Package forestry.core.fluids

Examples of forestry.core.fluids.TankManager.initGuiData()


  @Override
  public void addCraftingToCrafters(ICrafting iCrafting) {
    super.addCraftingToCrafters(iCrafting);
    TankManager tankManager = tile.getTankManager();
    if (tankManager != null)
      tankManager.initGuiData(this, iCrafting);
  }

  public StandardTank getTank(int slot) {
    return tile.getTankManager().get(slot);
  }
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.