Interface DeckVisitor
- All Superinterfaces:
PieceVisitor
- All Known Implementing Classes:
CounterDetailViewer.Visitor, GlobalAttach.AttachVisitor, GlobalCommand.Visitor, GlobalCommandVisitor, GlobalDetach.DetachVisitor, GlobalSetter.SetVisitor, KeyBufferer.KBDeckVisitor, LayeredPieceCollection.Collection, Map.Merger, PieceFinder.DeckOrPieceInStack, PieceFinder.MatOnly, PieceFinder.Movable, PieceFinder.PieceInStack, PieceFinder.StackOnly, PieceRecenterer
For Visitors that are aware of
Deck types-
Method Summary
Methods inherited from interface PieceVisitor
visitDefault, visitStackModifier and TypeMethodDescriptionGamePieces that are not handled by one of the type-specific methods (e.g.visitStack(Stack s) Perform the operation on a Stack
-
Method Details
-
visitDeck
-