Uses of Interface
fr.lip6.sma.simulacion.server.LocalPlayer

Packages that use LocalPlayer
fr.lip6.sma.simulacion.app Paquet pour les classes relatives aux applications Simulación. 
fr.lip6.sma.simulacion.avatar Paquet pour la gestion des avatars (affichage, liste, comportement, attitudes). 
fr.lip6.sma.simulacion.server Paquet pour la partie réseau de simulacion avec le serveur (TCP) et le client du service mDNS. 
 

Uses of LocalPlayer in fr.lip6.sma.simulacion.app
 

Fields in fr.lip6.sma.simulacion.app declared as LocalPlayer
private  LocalPlayer GameApplicationImpl.mLocalPlayer
          Référence sur le joueur local.
 

Methods in fr.lip6.sma.simulacion.app that return LocalPlayer
 LocalPlayer GameApplicationImpl.getLocalPlayer()
          Accesseur sur le joueur local.
 LocalPlayer GameApplication.getLocalPlayer()
          Accesseur sur le joueur local.
 

Uses of LocalPlayer in fr.lip6.sma.simulacion.avatar
 

Fields in fr.lip6.sma.simulacion.avatar declared as LocalPlayer
private  LocalPlayer AvatarInterfacePanel.mLocalPlayer
          Référence sur le joueur
 

Methods in fr.lip6.sma.simulacion.avatar that return LocalPlayer
 LocalPlayer AvatarInterfacePanel.getLocalPlayer()
          Accesseur sur l'agent.
 

Constructors in fr.lip6.sma.simulacion.avatar with parameters of type LocalPlayer
AvatarInterfacePanel(LocalPlayer inLocalPlayer, GameController inGameController)
          Constructeur à partir du joueur, du contrôleur et de la carte initiale.
 

Uses of LocalPlayer in fr.lip6.sma.simulacion.server
 

Classes in fr.lip6.sma.simulacion.server that implement LocalPlayer
 class LocalPlayerImpl
          Base class for the local player implementation.