Uses of Interface
org.vizzini.game.boardgame.action.IMoveAction

Packages that use IMoveAction
org.vizzini.game.boardgame.action Provides action classes for board games in the game framework. 
org.vizzini.game.boardgame.chess.action Provides action classes for the 3D chess framework. 
 

Uses of IMoveAction in org.vizzini.game.boardgame.action
 

Classes in org.vizzini.game.boardgame.action that implement IMoveAction
 class AbstractMoveAction
          Provides base functionality for move actions in the game framework.
 class MoveAction
          Provides an action for movement of a token from a position to another position.
 class MoveCaptureAction
          Provides an action for movement of a token from a position to another, occupied position.
 

Uses of IMoveAction in org.vizzini.game.boardgame.chess.action
 

Classes in org.vizzini.game.boardgame.chess.action that implement IMoveAction
 class CastleAction
          Provides an agent action for castle movement of a chess King and Rook.
 class EnPassantCaptureAction
          Provides an action for en passant capture by a Pawn.
 class PawnPromotionAction
          Provides an action for promotion of a pawn when moving from a position to another position.
 class PawnPromotionCaptureAction
          Provides an action for promotion of a pawn when from a position to another position.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02