Examples of GuiChemicalWasher


Examples of mekanism.client.gui.GuiChemicalWasher

      case 34:
        return new GuiPrecisionSawmill(player.inventory, (TileEntityPrecisionSawmill)tileEntity);
      case 35:
        return new GuiChemicalDissolutionChamber(player.inventory, (TileEntityChemicalDissolutionChamber)tileEntity);
      case 36:
        return new GuiChemicalWasher(player.inventory, (TileEntityChemicalWasher)tileEntity);
      case 37:
        return new GuiChemicalCrystallizer(player.inventory, (TileEntityChemicalCrystallizer)tileEntity);
      case 38:
        ItemStack itemStack1 = player.getCurrentEquippedItem().copy();
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.