interface Armor {
    boots: null | SkyblockInventoryItem;
    chestplate: null | SkyblockInventoryItem;
    helmet: null | SkyblockInventoryItem;
    leggings: null | SkyblockInventoryItem;
}

Properties

boots: null | SkyblockInventoryItem
chestplate: null | SkyblockInventoryItem
helmet: null | SkyblockInventoryItem
leggings: null | SkyblockInventoryItem