cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class IncomingProjectileSharedImpl
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileSharedImpl
- All Implemented Interfaces:
- IWorldObject, ISharedWorldObject, java.lang.Cloneable
public class IncomingProjectileSharedImpl
- extends IncomingProjectileShared
Implementation of the shared part of the GameBots2004 message PRJ.
Complete message documentation:
Both asynchronous and synchronous message. Incoming projectile that we can see.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
propertyMap
protected java.util.HashMap<PropertyId,ISharedProperty> propertyMap
Id
protected UnrealId Id
- Unique Id of the projectile.
IncomingProjectileSharedImpl
public IncomingProjectileSharedImpl(IncomingProjectileSharedImpl source)
IncomingProjectileSharedImpl
public IncomingProjectileSharedImpl(WorldObjectId objectId,
java.util.Collection<ISharedProperty> properties)
setSimTime
public void setSimTime(long SimTime)
- Description copied from class:
IncomingProjectileShared
- Used by Yylex to slip correct time of the object or programmatically.
- Overrides:
setSimTime
in class IncomingProjectileShared
clone
public IncomingProjectileSharedImpl clone()
- Specified by:
clone
in interface ISharedWorldObject
- Specified by:
clone
in class IncomingProjectileShared
getProperty
public ISharedProperty getProperty(PropertyId id)
getProperties
public java.util.Map<PropertyId,ISharedProperty> getProperties()
getId
public UnrealId getId()
- Unique Id of the projectile.
- Specified by:
getId
in interface IWorldObject
- Specified by:
getId
in class IncomingProjectileShared
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class IncomingProjectileShared
toHtmlString
public java.lang.String toHtmlString()
- Overrides:
toHtmlString
in class IncomingProjectileShared