oTroll Posted May 19, 2016 Posted May 19, 2016 Is there any method that can return all the current items in the bank as an array, so I can pull out a random index and hover over that item as an antiban?
Qubit Posted May 19, 2016 Posted May 19, 2016 (edited) if bank is open... getBank().getItems() //i believe Item[] getItems() - Gets the array of items stored in this container in order. Edited May 19, 2016 by Qubit
oTroll Posted May 19, 2016 Author Posted May 19, 2016 Lol my bad I could of just looked in the API myself I thought it was more complicated than that ;p thanks