|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerProxy | |
heurgame |
Uses of PlayerProxy in heurgame |
Methods in heurgame that return PlayerProxy | |
PlayerProxy |
Game.buildPlayerProxy(java.net.Socket connection)
Ensures that a game will construct a compatible Player Proxy. |
Methods in heurgame with parameters of type PlayerProxy | |
abstract void |
Referee.addPlayer(PlayerProxy p)
Adds a new player, should trigger the game to send a player event. |
void |
PlayerProxy.setup(PlayerProxy parent,
java.lang.String origin,
java.net.Socket s)
This should be useed in liew of a constructor. |
void |
DefaultReferee.addPlayer(PlayerProxy p)
|
Constructors in heurgame with parameters of type PlayerProxy | |
PlayerToken(PlayerProxy parent,
java.lang.String origin,
java.lang.String name)
This should only be called in the PlayerProxy Class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |