|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.worldsaver.rp.Saver
This class provides some useful methods to save a whole world into a file/a stream. Note that you have to insert every Land into the childs of the world and so on in order to let this one to work correctly.
Fields inherited from interface net.sourceforge.worldsaver.util.MiscUtils |
CONSOLE_WIDTH, NEWLINE, RANDOM |
Constructor Summary | |
Saver(java.io.Writer out,
World world)
Note that this class implements the Runnable Interface, see the introduction for details. |
Method Summary | |
void |
run()
You almost certainly don't want to run this directly, see introduction for details. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Saver(java.io.Writer out, World world)
out
- the writer that the output is sent toworld
- the World that contains all elementsSaver
Method Detail |
public void run()
run
in interface java.lang.Runnable
Saver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |