Uses of Class
VASSAL.counters.GlobalCommandTarget
Package
Description
Contains classes that may be added to a
Map
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
-
Uses of GlobalCommandTarget in VASSAL.build.module.map
-
Uses of GlobalCommandTarget in VASSAL.configure
ModifierConstructorDescriptionGlobalCommandTargetConfigurer
(String key, String name, GlobalCommandTarget target) GlobalCommandTargetConfigurer
(GlobalCommandTarget target, GamePiece sourcePiece) -
Uses of GlobalCommandTarget in VASSAL.counters
Modifier and TypeFieldDescriptionprotected GlobalCommandTarget
Attachment.clearTarget
protected GlobalCommandTarget
Attachment.target
protected GlobalCommandTarget
CounterGlobalKeyCommand.target
protected GlobalCommandTarget
GlobalCommand.target
protected GlobalCommandTarget
SetPieceProperty.target
Modifier and TypeMethodDescriptionGlobalCommand.apply
(Map[] maps, PieceFilter filter, GlobalCommandTarget fastMatch) Apply the key command to all pieces that pass the given filter and our Fast MatchGlobalCommandTarget
parameters on all the given mapsGlobalCommand.apply
(Map[] maps, PieceFilter filter, GlobalCommandTarget fastMatch, AuditTrail audit) Apply the key command to all pieces that pass the given filter and our Fast MatchGlobalCommandTarget
parameters on all the given mapsGlobalCommand.apply
(Map map, PieceFilter filter, GlobalCommandTarget fastMatch) Apply the key command on ONE SPECIFIC MAP to all pieces that pass the given filter and our Fast Match parameters.GlobalCommand.apply
(Map map, PieceFilter filter, GlobalCommandTarget fastMatch, AuditTrail audit) void
GlobalCommand.setTarget
(GlobalCommandTarget target)