Uses of Class
us.asciiroth.client.board.Board

Packages that use Board
us.asciiroth.client.board   
us.asciiroth.client.core   
 

Uses of Board in us.asciiroth.client.board
 

Methods in us.asciiroth.client.board that return Board
 Board Cell.getBoard()
           
 

Methods in us.asciiroth.client.board with parameters of type Board
 Cell Cell.init(Board board)
           
 void BoardLoader.load(BoardView view, Player player, Board board, com.google.gwt.user.client.Command command)
           
 void BoardReader.read(BoardView view, Player player, Board board, java.lang.String json, com.google.gwt.user.client.Command command)
          Load the map and place the player at the indicated coordinates.
 java.lang.String BoardWriter.write(Board board, boolean preserveMetadata)
           
 

Uses of Board in us.asciiroth.client.core
 

Methods in us.asciiroth.client.core that return Board
 Board HasBoard.getBoard()
           
 Board Game.getBoard()
           
 Board Context.getBoard()
           
 

Constructors in us.asciiroth.client.core with parameters of type Board
Context(Player player, Board board)
           
Event(Player player, Board board)
           
 


0.7

© 2009 Alx Dark