Uses of Class
VASSAL.counters.Deck
Packages that use Deck
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of Deck in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type Deck -
Uses of Deck in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as DeckMethods in VASSAL.build.module.map that return DeckMethods in VASSAL.build.module.map with parameters of type DeckModifier and TypeMethodDescriptionvoid
DeckGlobalKeyCommand.DeckGlobalCommand.apply
(Deck d, PieceFilter filter) DeckGlobalKeyCommand.getKeyCommand
(Deck deck) void
Processes decks from the map.Decks are always displayed in the highest possible layerImplementsDeckVisitor
. -
Uses of Deck in VASSAL.build.module.map.deck
Methods in VASSAL.build.module.map.deck with parameters of type DeckModifier and TypeMethodDescriptionDeckKeyCommand.getKeyCommands
(Deck deck) Return a list of KeyCommands provided by this DeckKeyCommandDeckSendKeyCommand.getKeyCommands
(Deck deck) DeckSortKeyCommand.getKeyCommands
(Deck deck) void
DeckKeyCommand.registerListeners
(Deck deck) Register any Listeners for Keystroke provided by this DeckKeyCommandvoid
DeckSendKeyCommand.registerListeners
(Deck deck) void
DeckSortKeyCommand.registerListeners
(Deck deck) -
Uses of Deck in VASSAL.counters
Fields in VASSAL.counters with type parameters of type DeckMethods in VASSAL.counters with parameters of type DeckModifier and TypeMethodDescriptionvoid
DeckManager.addEmptyDeck
(Deck d) Add an emptied deck that wants to sent an I-am-empty keyPerform the operation on a DeckConstructors in VASSAL.counters with parameters of type Deck