Uses of Class
VASSAL.build.module.map.DeckGlobalKeyCommand
Package
Description
Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of DeckGlobalKeyCommand in VASSAL.build.module.map
Modifier and TypeMethodDescriptionvoid
DrawPile.addGlobalKeyCommand
(DeckGlobalKeyCommand globalCommand) Decks can contain child Global Key Commands that only apply to cards in the Deck.void
DrawPile.removeGlobalKeyCommand
(DeckGlobalKeyCommand globalCommand) -
Uses of DeckGlobalKeyCommand in VASSAL.counters
Modifier and TypeMethodDescriptionvoid
Deck.addGlobalKeyCommand
(DeckGlobalKeyCommand globalCommand) Adds a Deck Global Key Command (DGKC).void
Deck.removeGlobalKeyCommand
(DeckGlobalKeyCommand globalCommand) Removes a Deck Global Key Command (DGKC).