Package colonies.anglewyrm.src

Examples of colonies.anglewyrm.src.GuiHandlerColoniesChest


  @Init
  public void init(FMLInitializationEvent evt)
  { 
    registerColoniesStuff(); // at bottom of this file for legibility
     guiHandlerChest = new GuiHandlerColoniesChest();
    //guiHandlerChest = new GuiHandler();
    NetworkRegistry.instance().registerGuiHandler(this, guiHandlerChest);

     //guiHandlerResearchBlock = new GuiHandlerResearchBlock();
     //NetworkRegistry.instance().registerGuiHandler(this, guiHandlerResearchBlock);
View Full Code Here

TOP

Related Classes of colonies.anglewyrm.src.GuiHandlerColoniesChest

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.