java.lang.Object
app.minesweeper.MinesweeperPieceKind
Kind of minesweeper tile - type of tile + number of mines around
Tile can be covered or uncovered If it's covered then it can be either empty or flagged
If it's uncovered it can be either a number or a mine
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Type of tile - standard types in minesweeper and a shovel which is used as a choice for picking. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
number
public int number
-
-
Constructor Details
-
MinesweeperPieceKind
MinesweeperPieceKind(MinesweeperPieceKind.Type type) -
MinesweeperPieceKind
MinesweeperPieceKind(int number)
-
-
Method Details
-
isCovered
public boolean isCovered()
-