pocketmine\event\entity\EntityDamageEvent::getUsedArmors PHP Метод

getUsedArmors() публичный Метод

public getUsedArmors ( ) : Item
Результат 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;
    }