Package logisticspipes.pipes.basic

Examples of logisticspipes.pipes.basic.CoreRoutedPipe.spawnParticle()


      }
    }
    if(result.getValue1() != null) {
      CoreRoutedPipe pipe = SimpleServiceLocator.routerManager.getRouterUnsafe(result.getValue1(),false).getPipe();
      pipe.useEnergy(result.getValue2().energyUse);
      pipe.spawnParticle(Particles.BlueParticle, 10);
    }
    return result;
  }
 
  public static SinkReply canSink(IRouter destination, IRouter sourceRouter, boolean excludeSource,ItemIdentifier stack,SinkReply result, boolean activeRequest, boolean allowDefault) {
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.