Correct Function, remove everything but the ArrayList<ItemStack> ret = new ArrayList<> and the return ret;
Then just call ret.add(YOUR_DROPPED_ITEMSTACKS_HERE); and it will just work. 
Correct Function, remove everything but the ArrayList<ItemStack> ret = new ArrayList<> and the return ret;
Then just call ret.add(YOUR_DROPPED_ITEMSTACKS_HERE); and it will just work. 