Uses of Class
org.vizzini.game.boardgame.action.AbstractMoveAction

Packages that use AbstractMoveAction
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 AbstractMoveAction in org.vizzini.game.boardgame.action
 

Subclasses of AbstractMoveAction in org.vizzini.game.boardgame.action
 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 AbstractMoveAction in org.vizzini.game.boardgame.chess.action
 

Subclasses of AbstractMoveAction in org.vizzini.game.boardgame.chess.action
 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