|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerProxy.PlayerInfo | |
heurgame | |
heurgame.analysis | |
heurgame.event |
Uses of PlayerProxy.PlayerInfo in heurgame |
Fields in heurgame declared as PlayerProxy.PlayerInfo | |
protected PlayerProxy.PlayerInfo |
PlayerProxy.token
The player ID and it's name This object is only created when a PlayerProxy is produced. |
Methods in heurgame that return PlayerProxy.PlayerInfo | |
PlayerProxy.PlayerInfo |
PlayerProxy.getToken()
Allows other components to have a partial handle on the player state without giving them too much information. |
Methods in heurgame with parameters of type PlayerProxy.PlayerInfo | |
void |
Game.playerAdded(PlayerProxy.PlayerInfo token)
Called when a player has been added |
void |
Game.announceDisqualification(PlayerProxy.PlayerInfo disqualified)
Should broadcast that a player has forcably left the game. |
void |
Game.announcePlayerLeft(PlayerProxy.PlayerInfo gone)
Should broadcast that a player has left the game. |
Uses of PlayerProxy.PlayerInfo in heurgame.analysis |
Methods in heurgame.analysis with parameters of type PlayerProxy.PlayerInfo | |
abstract java.lang.String |
MoveAnalyzer.evaluateMove(java.lang.String move,
PlayerProxy.PlayerInfo senderToken,
long timeTaken)
|
Uses of PlayerProxy.PlayerInfo in heurgame.event |
Fields in heurgame.event declared as PlayerProxy.PlayerInfo | |
PlayerProxy.PlayerInfo |
PlayerEvent.player
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |