C D G M P R S T

G

GameState - Class in scrabble
Contains the results of the last play (board, hand, tile bag, score info).
GameState(ArrayList<Character>, int, int, char[][], ArrayList<Character>, String) - Constructor for class scrabble.GameState
Constructor.
GameState(GameState) - Constructor for class scrabble.GameState
You may (or may not) find it useful to be able to clone a GameState.
getBoardChars() - Method in class scrabble.GameState
 
getBoardChars() - Method in class scrabble.Scrabble
 
getBoardConfiguration() - Method in class scrabble.Scrabble
 
getBoardSize() - Method in class scrabble.Scrabble
 
getCurrentGameState() - Method in class scrabble.Scrabble
Accessor method for Scrabble's currentGameState field.
getDictionary() - Method in class scrabble.Scrabble
 
getLastWordPlayed() - Method in class scrabble.GameState
 
getLastWordPlayed() - Method in class scrabble.Scrabble
 
getMaxHandSize() - Method in class scrabble.Scrabble
 
getScoreThisPlay() - Method in class scrabble.GameState
 
getScoreThisTurn() - Method in class scrabble.Scrabble
 
getTileBag() - Method in class scrabble.GameState
 
getTileBag() - Method in class scrabble.Scrabble
 
getTilesInHand() - Method in class scrabble.GameState
 
getTilesInHand() - Method in class scrabble.Scrabble
 
getTotalScore() - Method in class scrabble.GameState
 
getTotalScore() - Method in class scrabble.Scrabble
 

C D G M P R S T