Package buildcraft.core.fluids

Examples of buildcraft.core.fluids.Tank.fill()


      } else if (emptyTank == null && tank.isEmpty()) {
        emptyTank = tank;
      }
    }
    if (emptyTank != null) {
      int used = emptyTank.fill(resource, doFill);
      if (used > 0 && doFill) {
        sendNetworkUpdate();
      }
      return used;
    }
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.