Package buildcraft.factory

Examples of buildcraft.factory.GuiHandler


    }
  }

  @Mod.EventHandler
  public void load(FMLInitializationEvent evt) {
    NetworkRegistry.INSTANCE.registerGuiHandler(instance, new GuiHandler());

    // EntityRegistry.registerModEntity(EntityMechanicalArm.class, "bcMechanicalArm", EntityIds.MECHANICAL_ARM, instance, 50, 1, true);

    CoreProxy.proxy.registerTileEntity(TileQuarry.class, "Machine");
    CoreProxy.proxy.registerTileEntity(TileMiningWell.class, "MiningWell");
View Full Code Here

TOP

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