Interface Inventory.GUI
- Enclosing class:
Inventory
public static interface Inventory.GUI
-
Method Summary
Modifier and TypeMethodDescriptionvoidpocketUpdated(int id, String name, NavigableMap<InventoryItem, Integer> items) Indicate Listeners a pocket has been updated
-
Method Details