|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netwar.settings.PlayerSettings
STRUCT style class used for network coordination. Contains game initialization data for one Player.
| Field Summary | |
java.awt.Color |
teamColor
The color used by this player's GameObjects to differentiate them visually. |
java.lang.String |
teamName
The name of this player, used for chat and other player to player interactions. |
| Constructor Summary | |
PlayerSettings(java.awt.Color c,
java.lang.String name)
Creates a new instance of PlayerSettings |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.awt.Color teamColor
public java.lang.String teamName
| Constructor Detail |
public PlayerSettings(java.awt.Color c,
java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||