pocketmine\entity\Creeper::isPowered PHP Méthode

isPowered() public méthode

public isPowered ( ) : boolean
Résultat boolean
    public function isPowered() : bool
    {
        return $this->namedtag["powered"] == 0 ? false : true;
    }