Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile

Packages that use IncomingProjectile
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of IncomingProjectile in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return IncomingProjectile
 IncomingProjectile Senses.getLastIncomingProjectile()
          Provides access to the last incoming-projectile object.
 

Uses of IncomingProjectile in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Subclasses of IncomingProjectile in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class IncomingProjectileCompositeImpl
          Composite implementation of the PRJ abstract message.
 class IncomingProjectileMessage
          Implementation of the GameBots2004 message PRJ contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return IncomingProjectile
 IncomingProjectile UT2004CompositeObjectCreator.IncomingProjectileCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type IncomingProjectile
IncomingProjectile.IncomingProjectileUpdate(IncomingProjectile source, long eventTime, ITeamId teamId)
           
IncomingProjectile.ObjectDisappeared(IncomingProjectile obj, long time)
           
IncomingProjectileLocalImpl(IncomingProjectile original)
          Cloning constructor from the full message.
IncomingProjectileStaticImpl(IncomingProjectile original)
          Cloning constructor from the full message.
 



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