I know how to save the world October 15, 2006
World world = WorldFactory.getWorld("Earth");
I have the world... now all I need to do is save it. Is the world capable of saving itself? Can it be as simple as
world.Save();
??
I don't think so. I need a World Saver.WorldSaver savior = new WorldSaver();
savior.setNeedsSaving("Everything");
savior.setPriority(10);
Now I have the world saver. We just need to save our world.savior.save(world);
Phew!! Just in time too, the s@#$ was about to hit the fan.