InventoryTab

interface InventoryTab

Functions

Link copied to clipboard
abstract fun data(): TerminalInventoryData
Link copied to clipboard
abstract fun deposit()
Link copied to clipboard
abstract fun dropSelected()
Link copied to clipboard
abstract fun fromBuildPlannerToProductionQueue()
Link copied to clipboard
abstract fun selectedToProductionQueue()
Link copied to clipboard
abstract fun transferInventoryItemToLeft(    sourceInventoryId: Int,     destinationInventoryId: Int,     itemId: Int)
Link copied to clipboard
abstract fun transferInventoryItemToRight(    sourceInventoryId: Int,     destinationInventoryId: Int,     itemId: Int)
Link copied to clipboard
abstract fun withdraw()

Properties

Link copied to clipboard
abstract val left: InventorySide
Link copied to clipboard
abstract val right: InventorySide