Uses of Class
VASSAL.counters.Embellishment
Package | Description |
---|---|
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.tools.imports.adc2 |
-
Uses of Embellishment in VASSAL.counters
Methods in VASSAL.counters that return Embellishment Modifier and Type Method Description static 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 LayerMethods in VASSAL.counters with parameters of type Embellishment Modifier and Type Method Description void
Embellishment.Ed. reset(Embellishment e)
Constructors in VASSAL.counters with parameters of type Embellishment Constructor Description Ed(Embellishment e)
-
Uses of Embellishment in VASSAL.tools.imports.adc2
Methods in VASSAL.tools.imports.adc2 that return Embellishment Modifier and Type Method Description protected Embellishment
ADC2Module.Piece. getAttackedEmbellishment()
Embellishment
ADC2Module.PieceClass. getAttackedEmbellishmentDecorator()
protected Embellishment
ADC2Module.Piece. getDefendedEmbellishment()
Embellishment
ADC2Module.PieceClass. getDefendedEmbellishmentDecorator()