Package mekanism.client.gui

Examples of mekanism.client.gui.GuiRobitSmelting


      case 24:
        EntityRobit robit2 = (EntityRobit)world.getEntityByID(x);

        if(robit2 != null)
        {
          return new GuiRobitSmelting(player.inventory, robit2);
        }
      case 25:
        return new GuiRobitRepair(player.inventory, world, x);
      case 29:
        return new GuiChemicalOxidizer(player.inventory, (TileEntityChemicalOxidizer)tileEntity);
View Full Code Here

TOP

Related Classes of mekanism.client.gui.GuiRobitSmelting

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.