pocketmine\entity\Entity::setLastDamageCause PHP Method

setLastDamageCause() public method

public setLastDamageCause ( EntityDamageEvent $type )
$type pocketmine\event\entity\EntityDamageEvent
    public function setLastDamageCause(EntityDamageEvent $type)
    {
        $this->lastDamageCause = $type;
    }