Uses of Class
VASSAL.counters.Deck
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of Deck in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type Deck Modifier and Type Method Description ObjectMap.Merger. visitDeck(Deck d) -
Uses of Deck in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as Deck Modifier and Type Field Description protected DeckDrawPile. dummyprotected DeckDrawPile. myDeckMethods in VASSAL.build.module.map that return Deck Modifier and Type Method Description DeckDrawPile. getDeck()Methods in VASSAL.build.module.map with parameters of type Deck Modifier and Type Method Description voidDeckGlobalKeyCommand. apply(Deck deck)CommandDeckGlobalKeyCommand.DeckGlobalCommand. apply(Deck d, PieceFilter filter)KeyCommandDeckGlobalKeyCommand. getKeyCommand(Deck deck)voidDrawPile. setDeck(Deck deck)ObjectCounterDetailViewer.Visitor. visitDeck(Deck d)ObjectKeyBufferer.KBDeckVisitor. visitDeck(Deck d)ObjectLayeredPieceCollection.Collection. visitDeck(Deck d)ObjectPieceRecenterer. visitDeck(Deck d)ImplementsDeckVisitor. -
Uses of Deck in VASSAL.counters
Methods in VASSAL.counters with parameters of type Deck Modifier and Type Method Description ObjectDeckVisitor. visitDeck(Deck d)Perform the operation on a DeckObjectGlobalCommand.Visitor. visitDeck(Deck d)ObjectPieceFinder.DeckOrPieceInStack. visitDeck(Deck d)ObjectPieceFinder.Movable. visitDeck(Deck d)Constructors in VASSAL.counters with parameters of type Deck Constructor Description LoadDeckCommand(Deck target)