Uses of Interface
fr.lip6.sma.simulacion.app.GameController

Packages that use GameController
fr.lip6.sma.simulacion.app Paquet pour les classes relatives aux applications Simulación. 
fr.lip6.sma.simulacion.app.map Paquet pour la gestion de la carte dans les applications Simulacion. 
fr.lip6.sma.simulacion.avatar Paquet pour la gestion des avatars (affichage, liste, comportement, attitudes). 
 

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

Methods in fr.lip6.sma.simulacion.app that return GameController
 GameController GameApplication.getGameController()
          Accesseur sur le contrôleur du jeu.
 

Uses of GameController in fr.lip6.sma.simulacion.app.map
 

Fields in fr.lip6.sma.simulacion.app.map declared as GameController
private  GameController MapTestApp.mGameController
          Référence sur le contrôleur.
 

Methods in fr.lip6.sma.simulacion.app.map that return GameController
 GameController MapTestApp.getGameController()
          Accesseur sur le contrôleur.
 

Methods in fr.lip6.sma.simulacion.app.map with parameters of type GameController
 void MapTestApp.setGameController(GameController inGameController)
          Sélecteur sur le contrôleur.
 

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

Fields in fr.lip6.sma.simulacion.avatar declared as GameController
private  GameController AvatarInterfacePanel.mGameController
          Référence sur la fenêtre principale
 

Methods in fr.lip6.sma.simulacion.avatar that return GameController
 GameController AvatarInterfacePanel.getGameController()
          Accesseur sur la fenêtre principale.
 

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