Uses of Interface
erland.game.tileadventure.ControllerInterface

Packages that use ControllerInterface
erland.game.tileadventure   
 

Uses of ControllerInterface in erland.game.tileadventure
 

Classes in erland.game.tileadventure that implement ControllerInterface
 class TileAdventurePlayer
          Implementation of control of the user player
 

Methods in erland.game.tileadventure that return ControllerInterface
 ControllerInterface ActionInterface.getController()
           
 ControllerInterface Action.getController()
           
 

Methods in erland.game.tileadventure with parameters of type ControllerInterface
 void Action.setController(ControllerInterface controller)
           
 

Constructors in erland.game.tileadventure with parameters of type ControllerInterface
MoveAction(ControllerInterface controller, Vector3D direction)
           
 



Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.