private int containerWidth;
private int containerHeight;
public GuiInsulationMachine(InventoryPlayer par1InventoryPlayer, TileEntityInsulatingMachine tileEntity)
{
super(new ContainerInsulationMachine(par1InventoryPlayer, tileEntity));
this.tileEntity = tileEntity;
}