Package buildcraft.energy

Examples of buildcraft.energy.GuiHandler


  @Mod.EventHandler
  public void init(FMLInitializationEvent evt) {
    channels = NetworkRegistry.INSTANCE.newChannel
        (DefaultProps.NET_CHANNEL_NAME + "-ENERGY", new BuildCraftChannelHandler()new PacketHandlerTransport());

    NetworkRegistry.INSTANCE.registerGuiHandler(instance, new GuiHandler());

    StatementManager.registerTriggerProvider(new EnergyStatementProvider());
   
    BuilderAPI.schematicRegistry.registerSchematicBlock(engineBlock, SchematicEngine.class);
View Full Code Here

TOP

Related Classes of buildcraft.energy.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.