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;
    }