pocketmine\Server::getIPBans PHP 메소드

getIPBans() 공개 메소드

public getIPBans ( ) : BanList
리턴 pocketmine\permission\BanList
    public function getIPBans()
    {
        return $this->banByIP;
    }
Server