mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 19:50:18 +00:00
@@ -2696,9 +2696,9 @@ class Level implements ChunkManager, Metadatable{
|
||||
/**
|
||||
* Gets the level seed
|
||||
*
|
||||
* @return int
|
||||
* @return int|string int value of seed, or the string numeric representation of a long in 32-bit systems
|
||||
*/
|
||||
public function getSeed() : int{
|
||||
public function getSeed(){
|
||||
return $this->provider->getSeed();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user