pocketmine\Server::getLevelType PHP Method

getLevelType() public method

public getLevelType ( ) : string
return string
    public function getLevelType()
    {
        return $this->getConfigString("level-type", "DEFAULT");
    }
Server