pocketmine\level\Level::startTime PHP Method

startTime() public method

Start the time again, if it was stopped
public startTime ( )
    public function startTime()
    {
        $this->stopTime = false;
        $this->sendTime();
    }
Level