Package logisticspipes.pipes

Examples of logisticspipes.pipes.PipeFluidSupplierMk2


      if(pipe.pipe instanceof PipeItemsFluidSupplier) {
        PipeItemsFluidSupplier liquid = (PipeItemsFluidSupplier) pipe.pipe;
        ((PipeItemsFluidSupplier)liquid).setRequestingPartials((getInteger() % 10) == 1);
      }
      if(pipe.pipe instanceof PipeFluidSupplierMk2) {
        PipeFluidSupplierMk2 liquid = (PipeFluidSupplierMk2) pipe.pipe;
        ((PipeFluidSupplierMk2)liquid).setRequestingPartials((getInteger() % 10) == 1);
      }
    }
  }
View Full Code Here

TOP

Related Classes of logisticspipes.pipes.PipeFluidSupplierMk2

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.