pocketmine\event\entity\EntityDespawnEvent::isHuman PHP Method

isHuman() public method

public isHuman ( ) : boolean
return boolean
    public function isHuman()
    {
        return $this->entity instanceof Human;
    }