A B C D E F G H I L M N P R S T U 

A

abandon() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
abandon() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
abandon() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
abandon() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
abandon() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
abandon() - Method in interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal
 
abandonAllGoals() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
addGoal(IGoal) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 

B

bot - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
 
bot - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
botShutdown() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 

C

CloseInOnEnemy - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
CloseInOnEnemy(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
compareTo(IGoal) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
Reverse ordering, greater numbers first, lesser later
CTFBot - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Example of Simple Pogamut bot, that randomly walks around the map searching for preys shooting at everything that is in its way.
CTFBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
CTFBotParams - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Custom parameters for CTF bots that sets TEAM / SKIN /SKILL LEVEL
CTFBotParams() - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
 
currentGoal - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
cz.cuni.amis.pogamut.ut2004.examples.ctfbot - package cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 

D

deaths - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
how many times the hunter died

E

enemy - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Used internally to maintain the information about the bot we're currently hunting, i.e., should be firing at.
enemy - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
executeBestGoal() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 

F

firstLogic - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
frags - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
how many bot the hunter killed other bots (i.e., bot has fragged them / got point for killing somebody)

G

gameInfo - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
getBotSkin() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
This returns the skin of the bot to be used.
getCurrentGoal() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
getEnemy() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
getEnemyFlag() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
GetEnemyFlag - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
GetEnemyFlag(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
getEnemyFlagBase() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
GetHealth - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
GetHealth(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
getInitializeCommand() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Here we can modify initialization-command for our bot.
getItem() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
GetItems - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
GetItems(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
getItemsGoal - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
getOurFlag() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
GetOurFlag - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
GetOurFlag(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
getOurFlagBase() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
getParams() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Returns parameters of the bot.
getPathTarget() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
getPriority() - Method in interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal
 
getSkillLevel() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
This returns the desired skill level of the bot to be used.
getTaboo() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
Goal - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
Goal(CTFBot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
 
goalManager - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
GoalManager - Class in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
GoalManager(UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
goals - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
 
goTo(ILocated) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
goTo(Location) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 

H

hasFailed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
hasFailed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
hasFailed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
hasFailed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
hasFailed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
hasFailed() - Method in interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal
 
hasFinished() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
hasFinished() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
hasFinished() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
hasFinished() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
hasFinished() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
hasFinished() - Method in interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal
 
health - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
healthLevel - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
how low the health level should be to start collecting health items
holdingOrSupporting() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 

I

IGoal - Interface in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 
item - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
itemsToRunAround - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 

L

logic() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Main method that controls the bot - makes decisions what to do next.

M

main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 

N

notMoving - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Global anti-stuck mechanism.

P

pathTarget - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
perform() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 
perform() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
 
perform() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetHealth
 
perform() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetItems
 
perform() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetOurFlag
 
perform() - Method in interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal
 
playerKilled(PlayerKilled) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
PlayerKilled listener that provides "frag" counting + is switches the state of the hunter.
prepareBot(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Bot's preparation - called before the bot is connected to GB2004 and launched into UT2004.

R

reset() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Resets the state of the Hunter.
runningToPlayer - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CloseInOnEnemy
 

S

setBotSkin(String) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
Sets the skin to be used for the bot.
setSkillLevel(int) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
Sets desired skill level of the bot.
shoot() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
shouldCollectHealth - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
boolean switch to activate collect health behavior
shouldCollectItems - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
boolean switch to activate collect items behavior
shouldEngage - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
boolean switch to activate engage behavior
shouldPursue - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
boolean switch to activate pursue behavior
shouldRearm - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
boolean switch to activate rearm behavior

T

tabooItems - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
Taboo list of items that are forbidden for some time.
targetHU - Variable in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 

U

updateFight() - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
updateFight(Player) - Method in class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBot
 
A B C D E F G H I L M N P R S T U 

Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.