Examples of GuiEnrichmentChamber


Examples of mekanism.client.gui.GuiEnrichmentChamber

      case 1:
        return new GuiCredits();
      case 2:
        return new GuiDigitalMiner(player.inventory, (TileEntityDigitalMiner)tileEntity);
      case 3:
        return new GuiEnrichmentChamber(player.inventory, (TileEntityElectricMachine)tileEntity);
      case 4:
        return new GuiOsmiumCompressor(player.inventory, (TileEntityAdvancedElectricMachine)tileEntity);
      case 5:
        return new GuiCombiner(player.inventory, (TileEntityAdvancedElectricMachine)tileEntity);
      case 6:
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.