|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoveCaptureAction | |
---|---|
org.vizzini.game.boardgame.action | Provides action classes for board games in the game framework. |
org.vizzini.game.boardgame.chess | Provides core chess game classes for the game framework. |
Uses of MoveCaptureAction in org.vizzini.game.boardgame.action |
---|
Methods in org.vizzini.game.boardgame.action that return MoveCaptureAction | |
---|---|
MoveCaptureAction |
MoveCaptureActionPool.acquire(IGridBoard gridBoard,
IAgent agent,
IntegerPosition fromPosition,
IntegerPosition toPosition)
Return an instance from the reusable object pool, creating it if necessary. |
static MoveCaptureAction |
MoveCaptureAction.get(IGridBoard gridBoard,
IAgent agent,
IntegerPosition fromPosition,
IntegerPosition toPosition)
Return an instance of this class using the given parameters. |
Uses of MoveCaptureAction in org.vizzini.game.boardgame.chess |
---|
Methods in org.vizzini.game.boardgame.chess with parameters of type MoveCaptureAction | |
---|---|
protected boolean |
ChessAdjudicator.isMoveCaptureActionLegal(IChessEnvironment board,
MoveCaptureAction action)
Return true if the given agent action is legal in the given environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |