Virtual Item Slot
class VirtualItemSlot(val itemStack: ItemStack, val slotType: ItemSlot.Type, val id: Int) : ItemSlot
Parameters
id
the id this slot is identified by. Two virtual slots that have the same id are considered equal.
the id this slot is identified by. Two virtual slots that have the same id are considered equal.