Uses of Class
VASSAL.build.module.Inventory.Counter
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
-
Uses of Inventory.Counter in VASSAL.build.module
Fields in VASSAL.build.module declared as Inventory.Counter Modifier and Type Field Description protected Inventory.CounterInventory.CounterNode. counterMethods in VASSAL.build.module that return Inventory.Counter Modifier and Type Method Description Inventory.CounterInventory.CounterNode. getCounter()Methods in VASSAL.build.module with parameters of type Inventory.Counter Modifier and Type Method Description voidInventory.CounterInventory. insert(Inventory.Counter counter)insert counter into the tree.Constructors in VASSAL.build.module with parameters of type Inventory.Counter Constructor Description CounterInventory(Inventory.Counter c, List<String> path, boolean sort)CounterNode(String entry, Inventory.Counter counter)CounterNode(String entry, Inventory.Counter counter, int level)