|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UT2004Bot | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.logic | |
| cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric | |
| cz.cuni.amis.pogamut.ut2004.agent.module.sensor | Utility classes concerning some aspects of the gameplay (mainly for UT). |
| cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility | |
| cz.cuni.amis.pogamut.ut2004.agent.module.utils | |
| cz.cuni.amis.pogamut.ut2004.agent.navigation | Navigation API for Unreal. |
| cz.cuni.amis.pogamut.ut2004.agent.navigation.astar | |
| cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator | |
| cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing | |
| cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector | |
| cz.cuni.amis.pogamut.ut2004.bot | Abstract classes used for creating concrete bots. |
| cz.cuni.amis.pogamut.ut2004.bot.command | Utility classes wrapping various command messages. |
| cz.cuni.amis.pogamut.ut2004.bot.impl | |
| cz.cuni.amis.pogamut.ut2004.utils | Utility classes connected to the Unreal Engine. |
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.module.logic |
|---|
| Classes in cz.cuni.amis.pogamut.ut2004.agent.module.logic with type parameters of type UT2004Bot | |
|---|---|
class |
AsyncUT2004BotLogic<BOT extends UT2004Bot>
UT2004Bot logic module - does not synchronize the logic together with the IVisionWorldView. |
class |
SyncUT2004BotLogic<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>>
|
class |
UT2004BotLogic<BOT extends UT2004Bot>
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric |
|---|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.module.sensor |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor declared as UT2004Bot | |
|---|---|
protected UT2004Bot |
WeaponPrefs.bot
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility with parameters of type UT2004Bot | |
|---|---|
Visibility(UT2004Bot bot,
AgentInfo info)
Constructor. |
|
Visibility(UT2004Bot bot,
AgentInfo info,
Logger log)
Constructor. |
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.module.utils |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.utils with parameters of type UT2004Bot | |
|---|---|
ProjectileCleanUp(UT2004Bot bot)
|
|
TabooSet(UT2004Bot bot)
Constructor of the TabuSet. |
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.navigation |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation declared as UT2004Bot | |
|---|---|
protected UT2004Bot |
UT2004RunStraight.bot
|
protected UT2004Bot |
UT2004Navigation.bot
UT2004Bot reference. |
protected UT2004Bot |
UT2004GetBackToNavGraph.bot
|
protected UT2004Bot |
AbstractUT2004PathNavigator.bot
Bot, the navigator is navigating. |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type UT2004Bot | |
|---|---|
void |
IUT2004PathNavigator.setBot(UT2004Bot bot)
Sets the UT2004Bot instance that the navigator should navigate. |
void |
AbstractUT2004PathNavigator.setBot(UT2004Bot bot)
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.navigation.astar |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.astar with parameters of type UT2004Bot | |
|---|---|
UT2004AStar(UT2004Bot bot)
AStar configured with UT2004PFMap with no agent-specific view on the map, IPFMapView.DefaultView is used. |
|
UT2004AStar(UT2004Bot bot,
cz.cuni.amis.pathfinding.map.IPFMapView<NavPoint> view)
AStar configured with UT2004PFMap with no agent-specific view on the map, IPFMapView.DefaultView is used. |
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator declared as UT2004Bot | |
|---|---|
protected UT2004Bot |
LoqueRunner.bot
Deprecated. Agent's bot. |
protected UT2004Bot |
KefikRunner.bot
Agent's bot. |
protected UT2004Bot |
LoqueNavigator.main
Agent's main. |
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator with parameters of type UT2004Bot | |
|---|---|
KefikRunner(UT2004Bot bot,
AgentInfo agentInfo,
AdvancedLocomotion locomotion,
Logger log)
Constructor. |
|
LoqueNavigator(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion move,
IUT2004PathRunner runner,
Logger log)
Constructor. |
|
LoqueNavigator(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion move,
Logger log)
Constructor. |
|
LoqueRunner(UT2004Bot bot,
AgentInfo agentInfo,
AdvancedLocomotion locomotion,
Logger log)
Deprecated. Constructor. |
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing declared as UT2004Bot | |
|---|---|
protected UT2004Bot |
NavMeshNavigation.bot
UT2004Bot reference. |
protected UT2004Bot |
NavMeshNavigator.main
Agent's main. |
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing with parameters of type UT2004Bot | |
|---|---|
NavMeshNavigation(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion move,
NavMeshModule navMeshModule)
Setup navigation for using NavMesh. |
|
NavMeshNavigator(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion move,
IUT2004PathRunner runner,
Logger log)
Constructor. |
|
NavMeshRunner(UT2004Bot bot,
AgentInfo agentInfo,
AdvancedLocomotion locomotion,
Logger log,
NavMesh navMesh)
Constructor. |
|
UT2004AcceleratedPathExecutor(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion body,
IUT2004PathNavigator<PATH_ELEMENT> navigator)
|
|
UT2004AcceleratedPathExecutor(UT2004Bot bot,
AgentInfo info,
AdvancedLocomotion move,
IUT2004PathNavigator<PATH_ELEMENT> navigator,
Logger log)
|
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector with parameters of type UT2004Bot | |
|---|---|
AccUT2004DistanceStuckDetector(UT2004Bot bot)
|
|
AccUT2004PositionStuckDetector(UT2004Bot bot)
|
|
AccUT2004PositionStuckDetector(UT2004Bot bot,
int historyLength,
double minMovementDiameter,
double minMovementZ)
|
|
AccUT2004TimeStuckDetector(UT2004Bot bot)
|
|
AccUT2004TimeStuckDetector(UT2004Bot bot,
double timeoutMillis,
double waitingTimeoutMillis)
|
|
UT2004DistanceStuckDetector(UT2004Bot bot)
|
|
UT2004PositionStuckDetector(UT2004Bot bot)
|
|
UT2004PositionStuckDetector(UT2004Bot bot,
int historyLength,
double minMovementDiameter,
double minMovementZ)
|
|
UT2004TimeStuckDetector(UT2004Bot bot)
|
|
UT2004TimeStuckDetector(UT2004Bot bot,
double timeoutMillis,
double waitingTimeoutMillis)
|
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.bot |
|---|
| Classes in cz.cuni.amis.pogamut.ut2004.bot with type parameters of type UT2004Bot | |
|---|---|
interface |
IUT2004BotController<BOT extends UT2004Bot>
|
interface |
IUT2004BotLogicController<BOT extends UT2004Bot,LOGIC_MODULE extends LogicModule>
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.bot.command |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.bot.command with parameters of type UT2004Bot | |
|---|---|
Action(UT2004Bot agent,
Logger log)
Constructor. |
|
AdvancedLocomotion(UT2004Bot agent,
Logger log)
Constructor. |
|
AdvancedShooting(UT2004Bot agent,
Logger log)
Constructor. |
|
BotCommands(UT2004Bot agent)
|
|
BotCommands(UT2004Bot agent,
Logger log)
Constructor. |
|
Communication(UT2004Bot agent,
Logger log)
Constructor. |
|
CompleteBotCommandsWrapper(UT2004Bot agent,
Weaponry weaponry,
Logger log)
Constructor. |
|
ConfigureCommands(UT2004Bot agent,
Logger log)
Constructor. |
|
ImprovedShooting(Weaponry weaponry,
UT2004Bot agent,
Logger log)
|
|
SimpleLocomotion(UT2004Bot agent,
Logger log)
Constructor. |
|
SimpleRayCasting(UT2004Bot agent,
Logger log)
Constructor. |
|
SimpleShooting(UT2004Bot agent,
Logger log)
Constructor. |
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.bot.impl |
|---|
| Classes in cz.cuni.amis.pogamut.ut2004.bot.impl with type parameters of type UT2004Bot | |
|---|---|
class |
UT2004BotController<BOT extends UT2004Bot>
|
class |
UT2004BotLogicController<BOT extends UT2004Bot>
|
class |
UT2004BotModuleController<BOT extends UT2004Bot>
The most advanced controller that is available. |
| Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as UT2004Bot | |
|---|---|
protected BOT |
UT2004BotController.bot
Instance of the bot we're controlling. |
| Constructors in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type UT2004Bot | |
|---|---|
UT2004BotName(UT2004Bot bot,
String base)
|
|
| Uses of UT2004Bot in cz.cuni.amis.pogamut.ut2004.utils |
|---|
| Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type UT2004Bot | |
|---|---|
class |
MultipleUT2004BotRunner<BOT extends UT2004Bot,PARAMS extends UT2004BotParameters,MODULE extends UT2004BotModule>
This class has only one purpose - execute ONE OR MORE BOTS inside 'main' method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||