|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.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. |
boolean |
isDifferentFrom(IStaticWorldObject other)
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic |
|---|
getCompositeClass, getSimTime |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| 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 IncomingProjectileStaticpublic IncomingProjectileStaticImpl clone()
clone in class IncomingProjectileStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class IncomingProjectileStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class IncomingProjectileStaticpublic String toString()
toString in class IncomingProjectileStaticpublic String toHtmlString()
toHtmlString in class IncomingProjectileStatic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||