pocketmine\entity\Creeper::isPowered PHP Method

isPowered() public method

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