Package buildcraft.core.network

Examples of buildcraft.core.network.PacketHandler


  @Mod.EventHandler
  public void init(FMLInitializationEvent evt) {
    BuildCraftAPI.proxy = CoreProxy.proxy;

    channels = NetworkRegistry.INSTANCE.newChannel
        (DefaultProps.NET_CHANNEL_NAME + "-CORE", new BuildCraftChannelHandler(), new PacketHandler());

    NetworkIdRegistry.instance = new NetworkIdRegistry();

    // BuildCraft 6.1.4 and below - migration only
    StatementManager.registerParameterClass("buildcraft:stackTrigger", StatementParameterItemStack.class);
View Full Code Here

TOP

Related Classes of buildcraft.core.network.PacketHandler

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.