|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InvalidMoveException | |
| aigames.soccer | Root AI Soccer package. |
| aigames.soccer.field | Contains classes which maintains functionality of a game field in soccer game. |
| Uses of InvalidMoveException in aigames.soccer |
| Methods in aigames.soccer that throw InvalidMoveException | |
void |
Move.addStepSequence(java.lang.Integer[] steps)
Adds sequnece of steps to move instance. |
void |
Move.addStep(java.lang.Integer step)
Adds single step to move instance. |
void |
Move.addStep(int step)
Adds single step to move instance. |
void |
Move.addStepSequence(int[] steps)
Adds sequnece of steps to move instance. |
| Constructors in aigames.soccer that throw InvalidMoveException | |
Move(int[] steps)
Creates move with steps passed as parameter. |
|
Move(java.lang.Integer[] steps)
Creates move with steps passed as parameter. |
|
| Uses of InvalidMoveException in aigames.soccer.field |
| Methods in aigames.soccer.field that throw InvalidMoveException | |
void |
BasicGameField.makeMove(Move move,
int color)
|
void |
GameField.makeMove(Move move,
int color)
Makes move for a proper player. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||