Package logisticspipes.routing.order

Examples of logisticspipes.routing.order.ClientSideOrderInfo


      @Override
      public Float readObject(LPDataInputStream data) throws IOException {
        return data.readFloat();
      }});
    byte machineProgress = this.readByte();
    return new ClientSideOrderInfo(stack, isFinished, type, inProgress, routerId, list, machineProgress);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.routing.order.ClientSideOrderInfo

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.