Examples of GuiChemicalInjectionChamber


Examples of mekanism.client.gui.GuiChemicalInjectionChamber

      case 29:
        return new GuiChemicalOxidizer(player.inventory, (TileEntityChemicalOxidizer)tileEntity);
      case 30:
        return new GuiChemicalInfuser(player.inventory, (TileEntityChemicalInfuser)tileEntity);
      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:
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.