Examples of GuiHandlerColoniesChest


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
Copyright © 2018 www.massapi.com. 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.