First of all; your conventions are incorrect. Please make yourself known with the Java Conventions . Your method should be called depositWornItems.
The #interact() method has a boolean return-value which represents whether the interaction has been executed successfully or not. Try to make use of this feature by only executing the conditional sleep if you're sure that the widget#interact has been successfully excecuted.
Try to grab all your widgets dynamically instead of using static ids. You can do this by various things such as their actions, message, position, colour etc.
https://hastebin.com/niyohuboja.java
Edit: The API already has a method for this though, are you aware of this?