| Package | Description |
|---|---|
| net.zomis.minesweeper.analyze.factory |
| Modifier and Type | Method and Description |
|---|---|
CharPoint |
General2DAnalyze.getPoint(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CharPoint> |
General2DAnalyze.getAllPoints() |
protected List<CharPoint> |
General2DAnalyze.getAllUnclickedFields() |
protected List<CharPoint> |
General2DAnalyze.getNeighbors(CharPoint field) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
General2DAnalyze.fieldHasRule(CharPoint field) |
protected int |
General2DAnalyze.getFieldValue(CharPoint field) |
protected List<CharPoint> |
General2DAnalyze.getNeighbors(CharPoint field) |
protected boolean |
General2DAnalyze.isClicked(CharPoint neighbor) |
protected boolean |
General2DAnalyze.isDiscoveredMine(CharPoint neighbor) |
Copyright © 2014. All rights reserved.