Uses of Interface
cz.cuni.amis.pogamut.unreal.bot.IUnrealBot

Packages that use IUnrealBot
cz.cuni.amis.pogamut.unreal.bot.impl   
cz.cuni.amis.pogamut.unreal.server   
 

Uses of IUnrealBot in cz.cuni.amis.pogamut.unreal.bot.impl
 

Classes in cz.cuni.amis.pogamut.unreal.bot.impl that implement IUnrealBot
 class NativeUnrealBotAdapter
          IUnrealAgent adapter for native players.
 

Uses of IUnrealBot in cz.cuni.amis.pogamut.unreal.server
 

Classes in cz.cuni.amis.pogamut.unreal.server with type parameters of type IUnrealBot
 interface IUnrealServer<BOT extends IUnrealBot>
           
 

Methods in cz.cuni.amis.pogamut.unreal.server that return types with arguments of type IUnrealBot
 cz.cuni.amis.utils.collections.ObservableCollection<? extends IUnrealBot> IUnrealServer.getNativeAgents()
          Returns list of all non pogamut players connected to the game server.
 



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