Added the ability to retrieve a world's Seed.
This commit is contained in:
parent
b39503de71
commit
590fbbc104
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user