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 Attachment -
Uses of Attachment in VASSAL.counters
Fields in VASSAL.counters declared as AttachmentModifier and TypeFieldDescriptionGlobalAttach.attachGlobalDetach.attachprotected AttachmentAttachment.Ed.attachmentMethods in VASSAL.counters with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachment.autoAttach(Attachment attach) Auto-attach to a piece 1.protected voidGlobalCommand.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)