Uses of Class
VASSAL.counters.Attachment
Packages that use Attachment
Package
Description
Contains classes that may be added to a
GameModule
.Provides classes that define game pieces.
-
Uses of Attachment in VASSAL.build.module
Methods in VASSAL.build.module that return types with arguments of type AttachmentMethods in VASSAL.build.module with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
AttachmentManager.addPendingAttachment
(Attachment attachnent, String target) Record an Attachment that must be resolved later, the target piece has not been loaded yet. -
Uses of Attachment in VASSAL.counters
Fields in VASSAL.counters declared as AttachmentModifier and TypeFieldDescriptionGlobalAttach.attach
GlobalDetach.attach
protected Attachment
Attachment.Ed.attachment
Methods in VASSAL.counters with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
Attachment.autoAttach
(Attachment attach) Auto-attach to a piece 1.protected void
GlobalCommand.checkForMatchingAttachments
(Attachment attach, String attachmentName, String attachmentId, Set<GamePiece> pieces) Constructors in VASSAL.counters with parameters of type AttachmentModifierConstructorDescriptionEd
(Attachment p) GlobalAttach
(Attachment attach) GlobalAttach
(Attachment attach, PropertySource p) GlobalDetach
(Attachment attach) GlobalDetach
(Attachment attach, PropertySource p)