setHelmet, setBoots blah... I want to know a way to just simply set the armor without needing to determine the type of armor it is. Not add it into the inv, but SET it.
PHP: $inv->setArmorItem(($item->getId() - 2) % 4, $item); (This requires determining the type too, but in a simple way)