|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Move | |
aigames.soccer.application | Contains AI Soccer application for SNIFOS system. |
aigames.soccer.field | Contains classes which maintains functionality of a game field in soccer game. |
Uses of Move in aigames.soccer.application |
Methods in aigames.soccer.application that return Move | |
Move |
Message.getMove()
Returns move. |
Methods in aigames.soccer.application with parameters of type Move | |
void |
LogMessageBuilder.addMove(Move m,
java.util.Date date)
Adds move to log. |
void |
MessageSender.sendLogMove(Move move,
UserId id,
java.util.Date date)
Sends move message as log message. |
Uses of Move in aigames.soccer.field |
Methods in aigames.soccer.field with parameters of type Move | |
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 |