|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmahjong.Player
public class Player
A class to represent the game player. This class contains the main control flow for receiving player actions and dispatching them into the game.
Constructor Summary | |
---|---|
Player(Viewer v1,
Board b1)
Generic constructor. |
Method Summary | |
---|---|
void |
play()
Main player control flow. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Player(Viewer v1, Board b1)
v1
- The viewer.b1
- The board.Method Detail |
---|
public void play()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |