|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.communication.messages.InfoMessage cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStaticImpl
public class IncomingProjectileStaticImpl
Implementation of the static part of the GameBots2004 message PRJ.
Complete message documentation: Both asynchronous and synchronous message. Incoming projectile that we can see.
Nested Class Summary | |
---|---|
static class |
IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate
|
Field Summary | |
---|---|
protected UnrealId |
Id
Unique Id of the projectile. |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic |
---|
SimTime |
Constructor Summary | |
---|---|
IncomingProjectileStaticImpl()
Parameter-less contructor for the message. |
|
IncomingProjectileStaticImpl(IncomingProjectile original)
Cloning constructor from the full message. |
|
IncomingProjectileStaticImpl(IncomingProjectileStatic original)
Cloning constructor from the message part. |
|
IncomingProjectileStaticImpl(IncomingProjectileStaticImpl original)
Cloning constructor from the full message. |
|
IncomingProjectileStaticImpl(UnrealId Id)
Creates new instance of the message IncomingProjectile. |
Method Summary | |
---|---|
IncomingProjectileStaticImpl |
clone()
|
UnrealId |
getId()
Unique Id of the projectile. |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic |
---|
getCompositeClass, getSimTime |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected UnrealId Id
Constructor Detail |
---|
public IncomingProjectileStaticImpl()
public IncomingProjectileStaticImpl(UnrealId Id)
Id
- Unique Id of the projectile.public IncomingProjectileStaticImpl(IncomingProjectile original)
original
- public IncomingProjectileStaticImpl(IncomingProjectileStaticImpl original)
original
- public IncomingProjectileStaticImpl(IncomingProjectileStatic original)
original
- Method Detail |
---|
public void setSimTime(long SimTime)
IncomingProjectileStatic
setSimTime
in class IncomingProjectileStatic
public IncomingProjectileStaticImpl clone()
clone
in class IncomingProjectileStatic
public UnrealId getId()
getId
in interface IWorldObject
getId
in class IncomingProjectileStatic
public java.lang.String toString()
toString
in class IncomingProjectileStatic
public java.lang.String toHtmlString()
toHtmlString
in class IncomingProjectileStatic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |