mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Added the ability to retrieve a world's Seed.
By: Rigby <rigby@onarandombox.com>
This commit is contained in:
@@ -489,6 +489,13 @@ public interface World {
|
|||||||
NETHER
|
NETHER
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the Seed for this world.
|
||||||
|
*
|
||||||
|
* @return This worlds Seed
|
||||||
|
*/
|
||||||
|
public long getSeed();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Saves world to disk
|
* Saves world to disk
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user