Package VASSAL.counters
Class PieceFinder.StackOnly
java.lang.Object
VASSAL.counters.PieceFinder.Movable
VASSAL.counters.PieceFinder.StackOnly
-
Nested Class Summary
Nested classes/interfaces inherited from interface VASSAL.counters.PieceFinder
PieceFinder.DeckOrPieceInStack, PieceFinder.MatOnly, PieceFinder.Movable, PieceFinder.PieceInStack, PieceFinder.StackOnly
-
Field Summary
Fields inherited from class VASSAL.counters.PieceFinder.Movable
dispatcher, map, pt, shapes
Fields inherited from interface VASSAL.counters.PieceFinder
DECK_OR_PIECE_IN_STACK, MAT_ONLY, MOVABLE, PIECE_IN_STACK, STACK_ONLY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvisitDefault
(GamePiece piece) GamePieces that are not handled by one of the type-specific methods (e.g.visitStack
(Stack s) Perform the operation on a StackMethods inherited from class VASSAL.counters.PieceFinder.Movable
select, visitDeck
-
Constructor Details
-
StackOnly
public StackOnly()
-
-
Method Details
-
visitDefault
Description copied from interface:PieceVisitor
GamePieces that are not handled by one of the type-specific methods (e.g.PieceVisitor.visitStack(VASSAL.counters.Stack)
) are handled here- Specified by:
visitDefault
in interfacePieceVisitor
- Overrides:
visitDefault
in classPieceFinder.Movable
-
visitStack
Description copied from interface:PieceVisitor
Perform the operation on a Stack- Specified by:
visitStack
in interfacePieceVisitor
- Overrides:
visitStack
in classPieceFinder.Movable
-