|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.damf.games.janimine.GamePlay
public class GamePlay
Field Summary | |
---|---|
private MapActions |
map
|
Constructor Summary | |
---|---|
GamePlay(char[][] tempDispMap,
int[][] tempMineMap,
int tempConCol,
int tempConRow)
|
Method Summary | |
---|---|
void |
commands(char input)
|
int |
coordX()
|
int |
coordY()
|
void |
play()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private MapActions map
Constructor Detail |
---|
public GamePlay(char[][] tempDispMap, int[][] tempMineMap, int tempConCol, int tempConRow)
Method Detail |
---|
public void play()
public void commands(char input)
public int coordX()
public int coordY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |