|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Percept | |
---|---|
nl.tudelft.goal.ut2004.agent | |
nl.tudelft.goal.ut2004.translators |
Uses of Percept in nl.tudelft.goal.ut2004.agent |
---|
Methods in nl.tudelft.goal.ut2004.agent that return Percept | |
---|---|
Percept |
UT2004BotBehavior.actionCount()
Deprecated. |
Percept |
UT2004BotBehavior.currentWeapon()
Information about weapon the bot is currently holding. |
Percept |
UT2004BotBehavior.game()
Information about the type of game being played, the map and the score required for winning the game. |
Percept |
UT2004BotBehavior.logicIteration()
Deprecated. |
Percept |
UT2004BotBehavior.navigation()
Information about the state of the navigation. |
Percept |
UT2004BotBehavior.orientation()
Information about the bot's position, rotation and velocity. |
Percept |
UT2004BotBehavior.path(UnrealIdOrLocation from,
UnrealIdOrLocation to)
The bot computes a path from a to b. |
Percept |
UT2004BotBehavior.score()
Information about the number of kills, deaths, and suicides this bot accumulated. |
Percept |
UT2004BotBehavior.self()
Information about the bot's identity and team. |
Percept |
UT2004BotBehavior.status()
Information about the bot's current physical state. |
Percept |
UT2004BotBehavior.teamScore()
Percept that provides information about the current state of the game. |
Methods in nl.tudelft.goal.ut2004.agent that return types with arguments of type Percept | |
---|---|
Collection<Percept> |
UT2004BotBehavior.base()
Information about the location of the base. |
Collection<Percept> |
UT2004BotBehavior.bot()
Percept provided when another bot becomes visible to this bot. |
Collection<Percept> |
UT2004BotBehavior.flag()
Description: Percept provided when the flag is visible. |
Collection<Percept> |
UT2004BotBehavior.flagState()
Description: Percept that provides information about the current state of the flag. |
List<Percept> |
UT2004BotBehavior.fragged()
This percept is provided when one bot is violently fragmented by another. |
Collection<Percept> |
UT2004BotBehavior.item()
Description: Provides information items the bot sees in the world. |
Collection<Percept> |
UT2004BotBehavior.navPoint()
Information about point in the map. |
Collection<Percept> |
UT2004BotBehavior.pickup()
Information indicating at which navpoint weapons, ammo, and health can be found. |
Collection<Percept> |
UT2004BotBehavior.visibleNavPoint()
TODO: Doc this |
Collection<Percept> |
UT2004BotBehavior.weapon()
Information about weapons the bot has in its inventory. |
Uses of Percept in nl.tudelft.goal.ut2004.translators |
---|
Methods in nl.tudelft.goal.ut2004.translators that return types with arguments of type Percept | |
---|---|
Class<? extends Percept> |
PerceptTranslator.translatesFrom()
|
Methods in nl.tudelft.goal.ut2004.translators with parameters of type Percept | |
---|---|
eis.iilang.Parameter[] |
PerceptTranslator.translate(Percept percept)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |