pocketmine\level\Level::setSeed PHP Method

setSeed() public method

Sets the seed for the level
public setSeed ( integer $seed )
$seed integer
    public function setSeed(int $seed)
    {
        $this->provider->setSeed($seed);
    }
Level