pocketmine\event\entity\EntityDamageEvent::getUsedArmors PHP Method

getUsedArmors() public method

public getUsedArmors ( ) : Item
return pocketmine\item\Item $usedArmors notice: $usedArmors $index->$cost $index: the $index of ArmorInventory $cost: the num of durability cost
    public function getUsedArmors()
    {
        return $this->usedArmors;
    }