|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.zazof.jteg
Class PlayerHelpProtocol5

java.lang.Objectorg.zazof.jteg.PlayerHelpProtocol5
- class PlayerHelpProtocol5
- extends java.lang.Object
help class for StartMessage, StatusMessage for protocol 5 doesn't parse the string completely
| Field Summary | |
private java.lang.String |
$address
|
private int |
$human
|
private int |
$playerColor
|
private int |
$playerID
|
private java.lang.String |
$playerName
|
private int |
$playerScore
|
private int |
$playerStatus
|
private int |
$started
|
private int |
$totalArmies
|
private int |
$totalCards
|
private int |
$totalCountries
|
private static boolean |
DEBUG
|
| Constructor Summary | |
(package private) |
PlayerHelpProtocol5(java.lang.String element)
|
| Method Summary | |
int |
getPlayerColor()
|
int |
getPlayerID()
|
java.lang.String |
getPlayerName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
$playerName
private java.lang.String $playerName
$playerColor
private int $playerColor
$playerScore
private int $playerScore
$playerID
private int $playerID
$playerStatus
private int $playerStatus
$totalCountries
private int $totalCountries
$totalArmies
private int $totalArmies
$totalCards
private int $totalCards
$started
private int $started
$human
private int $human
$address
private java.lang.String $address
DEBUG
private static final boolean DEBUG
- See Also:
- Constant Field Values
| Constructor Detail |
PlayerHelpProtocol5
PlayerHelpProtocol5(java.lang.String element)
| Method Detail |
getPlayerName
public java.lang.String getPlayerName()
getPlayerColor
public int getPlayerColor()
getPlayerID
public int getPlayerID()
|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.zazof.jteg.PlayerHelpProtocol5