| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.sensor |
Utility classes concerning some aspects of the gameplay (mainly for UT).
|
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
| Modifier and Type | Field and Description |
|---|---|
protected FlagInfo |
CTF.enemyFlag |
protected FlagInfo |
CTF.ourFlag |
| Modifier and Type | Method and Description |
|---|---|
FlagInfo |
Game.getCTFFlag(int team)
Retrieves FlagInfo object representing the Flag for input team in BotCTFGame.
|
FlagInfo |
Game.getEnemyFlag()
Returns
FlagInfo that describes ENEMY-team flag. |
FlagInfo |
CTF.getEnemyFlag()
Returns ENEMY flag.
|
FlagInfo |
Game.getFlag(int team)
Returns flag (if known) for the 'team'.
|
FlagInfo |
Game.getMyFlag()
Returns
FlagInfo that describes MY-team flag. |
FlagInfo |
CTF.getOurFlag()
Returns OUR flag.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,FlagInfo> |
Game.getAllCTFFlags()
Returns a map indexed by team numbers, holding all flags in the game.
|
Collection<FlagInfo> |
Game.getAllCTFFlagsCollection()
Returns a collection of all the flags in the game.
|
Collection<FlagInfo> |
Game.getCTFFlags()
Retrieves all FlagInfo objects in the game (by default two) in BotCTFGame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTF.flagAppeared(FlagInfo flag) |
protected void |
AgentStats.flagInfo(FlagInfo event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CTF.FlagUpdatedListener.notify(WorldObjectUpdatedEvent<FlagInfo> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlagInfoCompositeImpl
Composite implementation of the FLG abstract message.
|
class |
FlagInfoMessage
Implementation of the GameBots2004 message FLG contains also its Local/Shared/Static subpart class definitions..
|
| Modifier and Type | Method and Description |
|---|---|
FlagInfo |
UT2004CompositeObjectCreator.FlagInfoCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart) |
| Constructor and Description |
|---|
FlagInfo.FlagInfoUpdate(FlagInfo source,
long eventTime,
ITeamId teamId) |
FlagInfo.ObjectDisappeared(FlagInfo obj,
long time) |
FlagInfoLocalImpl(FlagInfo original)
Cloning constructor from the full message.
|
FlagInfoStaticImpl(FlagInfo original)
Cloning constructor from the full message.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.