Uses of Class
no.ntnu.idatt1002.demo.data.InventoryItem
Packages that use InventoryItem
Package
Description
-
Uses of InventoryItem in no.ntnu.idatt1002.demo.repo
Fields in no.ntnu.idatt1002.demo.repo with type parameters of type InventoryItemMethods in no.ntnu.idatt1002.demo.repo that return types with arguments of type InventoryItemModifier and TypeMethodDescriptionInventoryRegister.getInventoryItems()
Returns the inventory items in the register in the form of lists. -
Uses of InventoryItem in no.ntnu.idatt1002.demo.view.components
Constructors in no.ntnu.idatt1002.demo.view.components with parameters of type InventoryItemModifierConstructorDescriptionItemPopup
(InventoryItem inventoryItem) Constructor for the AddPopup. -
Uses of InventoryItem in no.ntnu.idatt1002.demo.view.scenes
Fields in no.ntnu.idatt1002.demo.view.scenes with type parameters of type InventoryItem