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 Object
Map.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 Deck
DrawPile. dummy
protected Deck
DrawPile. myDeck
Methods in VASSAL.build.module.map that return Deck Modifier and Type Method Description Deck
DrawPile. getDeck()
Methods in VASSAL.build.module.map with parameters of type Deck Modifier and Type Method Description void
DeckGlobalKeyCommand. apply(Deck deck)
Command
DeckGlobalKeyCommand.DeckGlobalCommand. apply(Deck d, PieceFilter filter)
KeyCommand
DeckGlobalKeyCommand. getKeyCommand(Deck deck)
void
DrawPile. setDeck(Deck deck)
Object
CounterDetailViewer.Visitor. visitDeck(Deck d)
Object
KeyBufferer.KBDeckVisitor. visitDeck(Deck d)
Object
LayeredPieceCollection.Collection. visitDeck(Deck d)
Object
PieceRecenterer. visitDeck(Deck d)
ImplementsDeckVisitor
. -
Uses of Deck in VASSAL.counters
Methods in VASSAL.counters with parameters of type Deck Modifier and Type Method Description Object
DeckVisitor. visitDeck(Deck d)
Perform the operation on a DeckObject
GlobalCommand.Visitor. visitDeck(Deck d)
Object
PieceFinder.DeckOrPieceInStack. visitDeck(Deck d)
Object
PieceFinder.Movable. visitDeck(Deck d)
Constructors in VASSAL.counters with parameters of type Deck Constructor Description LoadDeckCommand(Deck target)