I want to make a level saving system that does,
How would I turn the string back into a list? then Into objects?
1 2 | List x = getWorld().getObjects( null ); String c = List.toString() |