Uses of Class
VASSAL.counters.GlobalCommandTarget
Packages that use 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
Fields in VASSAL.build.module.map declared as GlobalCommandTargetMethods in VASSAL.build.module.map that return GlobalCommandTarget -
Uses of GlobalCommandTarget in VASSAL.configure
Methods in VASSAL.configure that return GlobalCommandTargetConstructors in VASSAL.configure with parameters of type GlobalCommandTargetModifierConstructorDescriptionGlobalCommandTargetConfigurer
(String key, String name, GlobalCommandTarget target) GlobalCommandTargetConfigurer
(GlobalCommandTarget target, GamePiece sourcePiece) -
Uses of GlobalCommandTarget in VASSAL.counters
Fields in VASSAL.counters declared as GlobalCommandTargetModifier and TypeFieldDescriptionprotected GlobalCommandTarget
Attachment.clearTarget
protected GlobalCommandTarget
Attachment.target
protected GlobalCommandTarget
CounterGlobalKeyCommand.target
protected GlobalCommandTarget
GlobalCommand.target
protected GlobalCommandTarget
SetPieceProperty.target
Methods in VASSAL.counters that return GlobalCommandTargetMethods in VASSAL.counters with parameters of type GlobalCommandTargetModifier 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) Constructors in VASSAL.counters with parameters of type GlobalCommandTarget