cz.cuni.amis.pogamut.sposh.context
Class UT2004TCContext<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot>

Package class diagram package UT2004TCContext
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.context.Context<BOT>
      extended by cz.cuni.amis.pogamut.sposh.context.UT2004ContextBase<BOT>
          extended by cz.cuni.amis.pogamut.sposh.context.UT2004Context<BOT>
              extended by cz.cuni.amis.pogamut.sposh.context.UT2004TCContext<BOT>
All Implemented Interfaces:
cz.cuni.amis.pogamut.sposh.context.IContext<BOT>, cz.cuni.amis.pogamut.sposh.context.IUT2004Context<BOT>

public class UT2004TCContext<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot>
extends cz.cuni.amis.pogamut.sposh.context.UT2004Context<BOT>

State context with UT2004TCClient available through UT2004ContextBase.getTCClient(). NOT REQUIRED ... UT2004TCClient is already part of UT2004ContextBase.

Author:
Jimmy

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.context.UT2004Context
act, aStar, body, combo, config, ctf, descriptors, draw, fwMap, game, info, items, levelGeometryModule, listenerRegistrator, mapTweaks, move, navBuilder, navigation, navMeshModule, navPoints, nmNav, nmPathBuilder, players, random, raycasting, senses, shoot, stats, ut2004PathPlanner, visibility, weaponPrefs, weaponry, world
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.context.UT2004ContextBase
log, tcClient
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.context.Context
bot, name
 
Constructor Summary
UT2004TCContext(String name, BOT bot)
           
 
Method Summary
protected  void initializeModules(BOT bot)
           
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.context.UT2004Context
botAgentDown, finishControllerInitialization, getAStar, getBody, getCombo, getConfig, getCTF, getDescriptors, getDraw, getFwMap, getGame, getInfo, getItems, getLevelGeometry, getLevelGeometryModule, getMapTweaks, getMove, getNavBuilder, getNavigation, getNavMesh, getNavMeshModule, getNavPoints, getNMNav, getNMPathBuilder, getPlayers, getRandom, getRaycasting, getSenses, getShoot, getStats, getUT2004AStarPathPlanner, getVisibility, getWeaponPrefs, getWeaponry, getWorld, initialize, initializeListeners, initializePathFinding, mapInfoObtainedInternal
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.context.UT2004ContextBase
finishInitialization, getAct, getLog, getTCClient, getWorldView, logicIteration
 
Methods inherited from class cz.cuni.amis.pogamut.sposh.context.Context
getBot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.sposh.context.IUT2004Context
finishInitialization
 
Methods inherited from interface cz.cuni.amis.pogamut.sposh.context.IContext
getBot
 

Constructor Detail

UT2004TCContext

public UT2004TCContext(String name,
                       BOT bot)
Method Detail

initializeModules

protected void initializeModules(BOT bot)
Overrides:
initializeModules in class cz.cuni.amis.pogamut.sposh.context.UT2004Context<BOT extends cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot>


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