Creates a slot with an item and its highest value as count.
assert(Slot(new Items.DiamondSword()).count == 1); assert(Slot(new Items.Snowball()).count == 16); assert(Slot(null).count == 0);
See Implementation
Creates a slot with an item and its highest value as count.