mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +01:00
Added the ability to retrieve a world's Seed.
By: Rigby <rigby@onarandombox.com>
This commit is contained in:
parent
2556140901
commit
24eb39b2e6
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue