Does anyone know how to add a java.util.List of objects into the world? For my purposes I'm simply removing a list of objects that I'm storing as a variable so that I can add them again. I used removeObjects() the first time, but there is no addObjects(), so I'm really out of options after sifting through unrelated discussions looking for an answer for over an hour.

