Uses of Interface
us.asciiroth.client.board.CellVisitor

Packages that use CellVisitor
us.asciiroth.client.board   
 

Uses of CellVisitor in us.asciiroth.client.board
 

Methods in us.asciiroth.client.board with parameters of type CellVisitor
 void Board.visit(CellVisitor visitor)
          Visit every cell on the board, for whatever reason.
 void Board.visitRange(Cell center, int range, boolean includeCenter, CellVisitor visitor)
          This searches a square of the board, centered on the range, from the closest to the most distant squares, up and including the range of cells (so a range of 3 searches up to 3 cells away).
 


0.7

© 2009 Alx Dark