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.Counter
Inventory.CounterNode. counter
Methods in VASSAL.build.module that return Inventory.Counter Modifier and Type Method Description Inventory.Counter
Inventory.CounterNode. getCounter()
Methods in VASSAL.build.module with parameters of type Inventory.Counter Modifier and Type Method Description void
Inventory.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)