Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
I
L
M
P
R
S
T
W
I
inBounds(int, int)
- Method in interface edu.rice.comp440.mine.
MineBoard
Returns boolean indicating whether the target cell is in bounds of this Minesweeper board
inBounds(Point)
- Method in interface edu.rice.comp440.mine.
MineBoard
Returns boolean indicating whether the target cell is in bounds of this Minesweeper board
isAlive()
- Method in class edu.rice.comp440.mine.
MineSim
Returns a boolean indicating whether this Minesweeper game is still active; true if the Player is still alive, and false if the player has opened a mine and lost the game.
isDone()
- Method in class edu.rice.comp440.mine.
MineSim
Returns a boolean indicating whether this Minesweeper game has finished; true if the game is over, false if the game still in progress.
isOpened(int, int)
- Method in interface edu.rice.comp440.mine.
MineBoard
Returns a boolean indicating whether the target cell has been opened yet.
isOpened(Point)
- Method in interface edu.rice.comp440.mine.
MineBoard
Returns a boolean indicating whether the target cell has been opened yet.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
I
L
M
P
R
S
T
W