Added the ability to retrieve a world's Seed.

By: Rigby <rigby@onarandombox.com>
This commit is contained in:
Bukkit/Spigot 2011-04-23 17:57:30 +01:00
parent 2556140901
commit 24eb39b2e6

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