pocketmine\Player::isBanned PHP Méthode

isBanned() public méthode

public isBanned ( )
    public function isBanned()
    {
        return $this->server->getNameBans()->isBanned(strtolower($this->getName()));
    }
Player