Uses of Class
VASSAL.build.module.map.MassKeyCommand
Packages that use MassKeyCommand
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.-
Uses of MassKeyCommand in VASSAL.build.module
Subclasses of MassKeyCommand in VASSAL.build.moduleModifier and TypeClassDescriptionclass
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all maps.class
A Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started. -
Uses of MassKeyCommand in VASSAL.build.module.map
Subclasses of MassKeyCommand in VASSAL.build.module.mapModifier and TypeClassDescriptionclass
This version ofMassKeyCommand
is added to aDrawPile
(which holds aDeck
) and applies to pieces/cards currently in the deck.