geforkt von Mirrors/Paper
Added the ability to retrieve a world's Seed.
By: Rigby <rigby@onarandombox.com>
Dieser Commit ist enthalten in:
Ursprung
2556140901
Commit
24eb39b2e6
@ -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
|
||||
*/
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren