13
0
geforkt von Mirrors/Paper

Added the ability to retrieve a world's Seed.

By: Rigby <rigby@onarandombox.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-04-23 17:57:30 +01:00
Ursprung 2556140901
Commit 24eb39b2e6

Datei anzeigen

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