pocketmine\Server::getLevelType PHP 메소드

getLevelType() 공개 메소드

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