{
public TileEntityChemicalWasher tileEntity;
public GuiChemicalWasher(InventoryPlayer inventory, TileEntityChemicalWasher tentity)
{
super(tentity, new ContainerChemicalWasher(inventory, tentity));
tileEntity = tentity;
guiElements.add(new GuiRedstoneControl(this, tileEntity, MekanismUtils.getResource(ResourceType.GUI, "GuiChemicalWasher.png")));
guiElements.add(new GuiBucketIO(this, MekanismUtils.getResource(ResourceType.GUI, "GuiChemicalWasher.png")));
guiElements.add(new GuiEnergyInfo(new IInfoHandler() {