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

Packages that use CellFilter
us.asciiroth.client.board   
 

Uses of CellFilter in us.asciiroth.client.board
 

Methods in us.asciiroth.client.board with parameters of type CellFilter
 Cell Board.find(CellFilter filter)
           
 java.util.List<Cell> Board.findAdjacent(Cell start, CellFilter filter)
          Starting at a specific cell, test adjacent cells with the selector and continue finding and selecting adjacent cells until no adjacent cells match.
 java.util.List<Cell> Cell.getAdjacentCells(CellFilter filter)
           
 


0.7

© 2009 Alx Dark