cz.cuni.amis.pogamut.ut2004.bot.impl
Class NativeUT2004BotAdapter

Package class diagram package NativeUT2004BotAdapter
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
      extended by cz.cuni.amis.pogamut.ut2004.bot.impl.NativeUT2004BotAdapter
All Implemented Interfaces:
IAgent, IEmbodiedAgent, IObservingAgent, IComponent, IComponentAware, IControllable, IAgent3D, ILocated, ILocomotive, IRotable, IUnrealBot

public class NativeUT2004BotAdapter
extends NativeUnrealBotAdapter

Author:
ik

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
act, player, server, worldView
 
Constructor Summary
NativeUT2004BotAdapter(Player player, IUnrealServer server, IAct act, IWorldView worldView)
           
 
Method Summary
 void respawn()
           
 void stop()
           
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
equals, getAct, getComponentId, getEventBus, getIntrospection, getLocation, getLogger, getName, getRotation, getState, getVelocity, getWorldView, hashCode, kill, pause, resume, start, startPaused
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeUT2004BotAdapter

public NativeUT2004BotAdapter(Player player,
                              IUnrealServer server,
                              IAct act,
                              IWorldView worldView)
Method Detail

respawn

public void respawn()
             throws cz.cuni.amis.utils.exception.PogamutException
Throws:
cz.cuni.amis.utils.exception.PogamutException

stop

public void stop()
          throws ComponentCantStopException
Throws:
ComponentCantStopException


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