|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecentMemory
specifies methods available for Recent Memory (memory of agent, which is up to 2 seconds to past)
| Method Summary | |
|---|---|
java.util.ArrayList<Ammo> |
seenAmmos(int time)
Search in History and return all ammos in the past "time" batches |
java.util.ArrayList<Armor> |
seenArmors(int time)
Search in History and return all armors in the past "time" batches |
java.util.ArrayList<Health> |
seenHealths(int time)
Search in History and return all healths in the past "time" batches |
java.util.ArrayList<Item> |
seenItems(int time)
Search in History and return all items in the past "time" batches |
java.util.ArrayList<Mover> |
seenMovers(int time)
Search in History and return all movers in the past "time" batches |
java.util.ArrayList<NavPoint> |
seenNavPoints(int time)
Search in History and return all navigation points in the past "time" batches |
java.util.ArrayList<Player> |
seenPlayers(int time)
Search in History and return all players in the past "time" batches |
java.util.ArrayList<Weapon> |
seenWeapons(int time)
Search in History and return all weapons in the past "time" batches |
| Method Detail |
|---|
java.util.ArrayList<NavPoint> seenNavPoints(int time)
time -
java.util.ArrayList<Weapon> seenWeapons(int time)
time -
java.util.ArrayList<Armor> seenArmors(int time)
time -
java.util.ArrayList<Ammo> seenAmmos(int time)
time -
java.util.ArrayList<Item> seenItems(int time)
time -
java.util.ArrayList<Player> seenPlayers(int time)
time -
java.util.ArrayList<Mover> seenMovers(int time)
time -
java.util.ArrayList<Health> seenHealths(int time)
time -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||