Inventory Cleanup Plan
class InventoryCleanupPlan(val usefulItems: MutableSet<ItemSlot>, val swaps: MutableList<InventorySwap>, val mergeableItems: MutableMap<ItemAndComponents, MutableList<ItemSlot>>)
Constructors
Link copied to clipboard
constructor(usefulItems: MutableSet<ItemSlot>, swaps: MutableList<InventorySwap>, mergeableItems: MutableMap<ItemAndComponents, MutableList<ItemSlot>>)