How would I make java go through a list in order?
Example: Im trying to get 2 diff coords but If I make it load 1 then it still needs to load 2 ints, so I'm making it load 2 but if its random it could choose random coords and screw up, BUT if I make it go in order, both coord lists will remain in order and it will work, how would I do this?