Uses of Class
VASSAL.counters.Embellishment
Package
Description
Provides classes that define game pieces.
-
Uses of Embellishment in VASSAL.counters
Modifier and TypeMethodDescriptionstatic Embellishment
Embellishment.getLayerWithMatchingActivateCommand
(GamePiece piece, KeyStroke stroke, boolean active) If the argument GamePiece contains a Layer whose "activate" command matches the given keystroke, and whose active status matches the boolean argument, return that Layerstatic Embellishment
Embellishment.getLayerWithMatchingActivateCommand
(GamePiece piece, NamedKeyStroke stroke, boolean active) static Embellishment
Embellishment0.getLayerWithMatchingActivateCommand
(GamePiece piece, KeyStroke stroke, boolean active) If the argument GamePiece contains a Layer whose "activate" command matches the given keystroke, and whose active status matches the boolean argument, return that Layer -
Uses of Embellishment in VASSAL.tools.imports.adc2
Modifier and TypeMethodDescriptionprotected Embellishment
ADC2Module.Piece.getAttackedEmbellishment()
ADC2Module.PieceClass.getAttackedEmbellishmentDecorator()
protected Embellishment
ADC2Module.Piece.getDefendedEmbellishment()
ADC2Module.PieceClass.getDefendedEmbellishmentDecorator()