Package forestry.core.fluids

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


  @Override
  public void updateProgressBar(int i, int j) {
    tile.getGUINetworkData(i, j);
    TankManager tankManager = tile.getTankManager();
    if (tankManager != null)
      tankManager.processGuiUpdate(i, j);
  }

  @Override
  @SuppressWarnings("unchecked")
  public void detectAndSendChanges() {
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.