So I admit that in class, the list part just went straight over my head.
I'm still not certain what the difference is between an ArrayList and a List, and I apparently don't remember how to implement a list.
Here's what I need to do:
I need to create a list of all the "Tile" class objects in the world.
I then need to use that list to remove all of those particular objects.
Unless anyone here knows of a better way to remove all of a particular class of object from the world?

