Package logisticspipes.proxy.specialconnection

Examples of logisticspipes.proxy.specialconnection.TeleportPipes


    SpecialTankHandlerManager.load();

    SimpleServiceLocator.buildCraftProxy.registerPipeInformationProvider();
    SimpleServiceLocator.buildCraftProxy.initProxy();

    SimpleServiceLocator.specialpipeconnection.registerHandler(new TeleportPipes());
    SimpleServiceLocator.specialtileconnection.registerHandler(new TesseractConnection());
    SimpleServiceLocator.specialtileconnection.registerHandler(new EnderIOHyperCubeConnection());
   
    Object renderer = null;
    if(isClient) {
View Full Code Here

TOP

Related Classes of logisticspipes.proxy.specialconnection.TeleportPipes

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.