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 b39503de71
commit 590fbbc104

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
*/