Package powercrystals.minefactoryreloaded.gui.client

Examples of powercrystals.minefactoryreloaded.gui.client.GuiRedNetLogic$CircuitComparator


      {
        return ((TileEntityFactory)te).getGui(player.inventory);
      }
      else if(te instanceof TileEntityRedNetLogic)
      {
        return new GuiRedNetLogic(new ContainerRedNetLogic((TileEntityRedNetLogic)te), (TileEntityRedNetLogic)te);
      }
    }
    else if(ID == 1)
    {
      if(player.getCurrentEquippedItem() != null && player.getCurrentEquippedItem().itemID == MineFactoryReloadedCore.needlegunItem.itemID)
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.gui.client.GuiRedNetLogic$CircuitComparator

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.