|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.multiplayer.containers.Game
public class Game
Game container class for the multiplayer
| Constructor Summary | |
|---|---|
Game(Client[] players)
Constructor |
|
| Method Summary | |
|---|---|
int |
getNumPlayers()
Gets the number of players in the game. |
Client[] |
getPlayers()
Gets the game players. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Game(Client[] players)
players - - Client[] - The players playing in the game.| Method Detail |
|---|
public Client[] getPlayers()
public int getNumPlayers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||