cz.cuni.amis.pogamut.ut2004.agent.navigation
Class UT2004MapTweaks

Package class diagram package UT2004MapTweaks
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.navigation.UT2004MapTweaks

public class UT2004MapTweaks
extends Object


Nested Class Summary
static interface UT2004MapTweaks.IMapTweak
           
 
Constructor Summary
UT2004MapTweaks(UT2004Bot bot)
           
 
Method Summary
 void clearAllTweaks()
           
 void clearTweaks(String mapName)
           
 LogCategory getLog()
           
 void register(String mapName, UT2004MapTweaks.IMapTweak tweak)
           
protected  void registerDefaultTweaks()
           
protected  void tweak_DM_1on1_Albatross(NavigationGraphBuilder builder)
           
protected  void tweak_DM_1on1_Roughinery_FPS(NavigationGraphBuilder builder)
           
protected  void tweak_DM_1on1_Trite(NavigationGraphBuilder builder)
           
 void tweak(NavigationGraphBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT2004MapTweaks

public UT2004MapTweaks(UT2004Bot bot)
Method Detail

getLog

public LogCategory getLog()

register

public void register(String mapName,
                     UT2004MapTweaks.IMapTweak tweak)

clearTweaks

public void clearTweaks(String mapName)

clearAllTweaks

public void clearAllTweaks()

tweak

public void tweak(NavigationGraphBuilder builder)

registerDefaultTweaks

protected void registerDefaultTweaks()

tweak_DM_1on1_Roughinery_FPS

protected void tweak_DM_1on1_Roughinery_FPS(NavigationGraphBuilder builder)

tweak_DM_1on1_Albatross

protected void tweak_DM_1on1_Albatross(NavigationGraphBuilder builder)

tweak_DM_1on1_Trite

protected void tweak_DM_1on1_Trite(NavigationGraphBuilder builder)


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