Package buildcraft.builders

Examples of buildcraft.builders.GuiHandler


  }

  @Mod.EventHandler
  public void init(FMLInitializationEvent evt) {
    // Register gui handler
    NetworkRegistry.INSTANCE.registerGuiHandler(instance, new GuiHandler());

    // Register save handler
    MinecraftForge.EVENT_BUS.register(new EventHandlerBuilders());

    // Standard blocks
View Full Code Here

TOP

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