ItemPack(int armour, boolean chisel, Item... items)
Constructs a new ItemPack.
final int armour
The armour set identification.
static Optional< ItemPack > forItem(int id)
Streams through the armour set to find the data based on the item identification.
final boolean chisel
If item set must be opened by chisel.
final Item items[]
The items inside the armour set.