Package appeng.core.crash

Examples of appeng.core.crash.CrashEnhancement


    for (TunnelType type : TunnelType.values())
    {
      IMCHandlers.put( "add-p2p-attunement-" + type.name().replace( '_', '-' ).toLowerCase(), new IMCP2PAttunement() );
    }

    FMLCommonHandler.instance().registerCrashCallable( new CrashEnhancement( CrashInfo.MOD_VERSION ) );
  }
View Full Code Here


    Stopwatch star = Stopwatch.createStarted();
    AELog.info( "PostInit" );

    Registration.instance.PostInit( event );
    IntegrationRegistry.instance.postInit();
    FMLCommonHandler.instance().registerCrashCallable( new CrashEnhancement( CrashInfo.INTEGRATION ) );

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

    NetworkRegistry.INSTANCE.registerGuiHandler( this, GuiBridge.GUI_Handler );
View Full Code Here

TOP

Related Classes of appeng.core.crash.CrashEnhancement

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.