Package mekanism.client.gui

Examples of mekanism.client.gui.GuiFactory


      case 9:
        return new GuiConfiguration(player, (IInvConfiguration)tileEntity);
      case 10:
        return new GuiGasTank(player.inventory, (TileEntityGasTank)tileEntity);
      case 11:
        return new GuiFactory(player.inventory, (TileEntityFactory)tileEntity);
      case 12:
        return new GuiMetallurgicInfuser(player.inventory, (TileEntityMetallurgicInfuser)tileEntity);
      case 13:
        return new GuiTeleporter(player.inventory, (TileEntityTeleporter)tileEntity);
      case 14:
View Full Code Here

TOP

Related Classes of mekanism.client.gui.GuiFactory

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.