Package buildcraft.silicon

Examples of buildcraft.silicon.GuiHandler


  public void init(FMLInitializationEvent evt) {
    channels = NetworkRegistry.INSTANCE
        .newChannel
        (DefaultProps.NET_CHANNEL_NAME + "-SILICON", new BuildCraftChannelHandler(), new PacketHandlerSilicon());

    NetworkRegistry.INSTANCE.registerGuiHandler(instance, new GuiHandler());
    CoreProxy.proxy.registerTileEntity(TileLaser.class, "net.minecraft.src.buildcraft.factory.TileLaser");
    CoreProxy.proxy.registerTileEntity(TileAssemblyTable.class,
        "net.minecraft.src.buildcraft.factory.TileAssemblyTable");
    CoreProxy.proxy.registerTileEntity(TileAdvancedCraftingTable.class,
        "net.minecraft.src.buildcraft.factory.TileAssemblyAdvancedWorkbench");
View Full Code Here

TOP

Related Classes of buildcraft.silicon.GuiHandler

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.