Uses of Class
edu.wisc.game.sql.Board
-
Packages that use Board Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structures -
-
Uses of Board in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return Board Modifier and Type Method Description BoardGameService. getBoard(String id)Gets a Board object by IDBoardNewEpisodeWrapper. getBoard()BoardGameService. getBoard1()BoardGameService. getBoard2()BoardGameService. saveBoard(Board b)Methods in edu.wisc.game.rest with parameters of type Board Modifier and Type Method Description BoardGameService. saveBoard(Board b)voidNewEpisodeWrapper. setBoard(Board _b) -
Uses of Board in edu.wisc.game.sql
Fields in edu.wisc.game.sql declared as Board Modifier and Type Field Description BoardGame. initialBoardOnly if fixed; null if randomMethods in edu.wisc.game.sql that return Board Modifier and Type Method Description BoardEpisode.Display. getBoard()What pieces are on the board now, and what pieces have been removedBoardEpisode. getCurrentBoard()Shows the current board (without removed [dropped] pieces)BoardEpisodeInfo. getCurrentBoard()Shows tHe current board (including dropped pieces, which are labeled as such)static BoardBoard. readBoard(File f)Reads a board description from a JSON fileMethods in edu.wisc.game.sql with parameters of type Board Modifier and Type Method Description voidEpisode.Display. setBoard(Board _b)voidPiece. setBoard(Board _board)Constructors in edu.wisc.game.sql with parameters of type Board Constructor Description Game(RuleSet _rules, Board _initialBoard)
-