Added the ability to retrieve a world's Seed.

This commit is contained in:
Rigby
2011-04-23 17:57:30 +01:00
committed by EvilSeph
parent d94fce59ff
commit 3081b6ad16

View File

@@ -489,6 +489,13 @@ public interface World {
NETHER
}
/**
* Gets the Seed for this world.
*
* @return This worlds Seed
*/
public long getSeed();
/**
* Saves world to disk
*/