|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBlatt6.Move
Ein Zug des Spiels
Field Summary | |
int |
col
|
int |
count
|
int |
player
|
int |
row
|
Constructor Summary | |
Move(int col,
int row,
int player,
int count)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int player
public int col
public int row
public int count
Constructor Detail |
public Move(int col, int row, int player, int count)
col
- die Spalterow
- die Zeileplayer
- der Spielercount
- der wievielte Zug
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |