Uses of Class
VASSAL.build.module.map.DeckGlobalKeyCommand
Package | Description |
---|---|
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of DeckGlobalKeyCommand in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type DeckGlobalKeyCommand Modifier and Type Method Description void
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
Fields in VASSAL.counters with type parameters of type DeckGlobalKeyCommand Modifier and Type Field Description protected List<DeckGlobalKeyCommand>
Deck. globalCommands
Methods in VASSAL.counters with parameters of type DeckGlobalKeyCommand Modifier and Type Method Description void
Deck. addGlobalKeyCommand(DeckGlobalKeyCommand globalCommand)
void
Deck. removeGlobalKeyCommand(DeckGlobalKeyCommand globalCommand)