Is there a way I could store the current objects in this world then go to like the next world and come back everything the same?
//Fields section java.util.List objectsList = //The list it was passed as a parameter. //Wherever you are in the code setWorld(new FirstWorldName(objectsList)