Package appeng.core.sync.network

Examples of appeng.core.sync.network.NetworkHandler


    CommonHelper.proxy.postInit();
    AEConfig.instance.save();

    NetworkRegistry.INSTANCE.registerGuiHandler( this, GuiBridge.GUI_Handler );
    NetworkHandler.instance = new NetworkHandler( "AE2" );

    AELog.info( "PostInit ( end " + star.elapsed( TimeUnit.MILLISECONDS ) + "ms )" );
  }
View Full Code Here

TOP

Related Classes of appeng.core.sync.network.NetworkHandler

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.