cz.cuni.amis.pogamut.udk.bot.impl
Class NativeUDKBotAdapter

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

public class NativeUDKBotAdapter
extends NativeUnrealBotAdapter

Author:
ik

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.unreal.bot.impl.NativeUnrealBotAdapter
act, player, server, worldView
 
Constructor Summary
NativeUDKBotAdapter(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

NativeUDKBotAdapter

public NativeUDKBotAdapter(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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.