Package logisticspipes.routing

Examples of logisticspipes.routing.FluidLogisticsPromise


            }
          }
        }
      }
    }
    FluidLogisticsPromise promise = new FluidLogisticsPromise();
    promise.liquid = request.getFluid();
    promise.amount = Math.min(request.amountLeft(), containedAmount - donePromises);
    promise.sender = this;
    if(promise.amount > 0) {
      request.addPromise(promise);
View Full Code Here

TOP

Related Classes of logisticspipes.routing.FluidLogisticsPromise

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.