|
|
| AgentInfo (Agent agent, StandardWorldModel world, Config config) |
| |
|
void | setTime (int time) |
| |
|
int | getTime () |
| |
|
void | setHeard (Collection< Command > heard) |
| |
|
Collection< Command > | getHeard () |
| |
|
EntityID | getID () |
| |
|
StandardEntity | me () |
| |
|
double | getX () |
| |
|
double | getY () |
| |
|
EntityID | getPosition () |
| |
|
Area | getPositionArea () |
| |
|
void | setChanged (ChangeSet changed) |
| |
|
ChangeSet | getChanged () |
| |
|
Human | someoneOnBoard () |
| |
|
boolean | isWaterDefined () |
| |
|
int | getWater () |
| |
|
Action | getExecutedAction (int time) |
| |
|
void | setExecutedAction (int time, Action action) |
| |