Package mekanism.client.gui

Examples of mekanism.client.gui.GuiSalinationController


      case 31:
        return new GuiChemicalInjectionChamber(player.inventory, (TileEntityAdvancedElectricMachine)tileEntity);
      case 32:
        return new GuiElectrolyticSeparator(player.inventory, (TileEntityElectrolyticSeparator)tileEntity);
      case 33:
        return new GuiSalinationController(player.inventory, (TileEntitySalinationController)tileEntity);
      case 34:
        return new GuiPrecisionSawmill(player.inventory, (TileEntityPrecisionSawmill)tileEntity);
      case 35:
        return new GuiChemicalDissolutionChamber(player.inventory, (TileEntityChemicalDissolutionChamber)tileEntity);
      case 36:
View Full Code Here

TOP

Related Classes of mekanism.client.gui.GuiSalinationController

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.