Package logisticspipes.routing

Examples of logisticspipes.routing.RouterManager


  public void init(FMLInitializationEvent event) {
   
    //Register Network channels
    MainProxy.createChannels();
   
    RouterManager manager = new RouterManager();
    SimpleServiceLocator.setRouterManager(manager);
    SimpleServiceLocator.setDirectConnectionManager(manager);
    SimpleServiceLocator.setSecurityStationManager(manager);
    SimpleServiceLocator.setLogisticsManager(new LogisticsManager());
    SimpleServiceLocator.setInventoryUtilFactory(new InventoryUtilFactory());
View Full Code Here

TOP

Related Classes of logisticspipes.routing.RouterManager

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.