|
|||||||||
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.AutoTraceRayStatic cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStaticImpl
public class AutoTraceRayStaticImpl
Implementation of the static part of the GameBots2004 message ATR.
Complete message documentation: Synchronous message. Contains the results of automatically casted rays. One ATR message is for one casted ray. New automatically casted rays can be defined by ADDRAY command and removed by REMOVERAY command.
Nested Class Summary | |
---|---|
static class |
AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate
|
Field Summary | |
---|---|
protected UnrealId |
Id
An Id for this ray (should be unique), assigned by the user when adding ray. |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic |
---|
SimTime |
Constructor Summary | |
---|---|
AutoTraceRayStaticImpl()
Parameter-less contructor for the message. |
|
AutoTraceRayStaticImpl(AutoTraceRay original)
Cloning constructor from the full message. |
|
AutoTraceRayStaticImpl(AutoTraceRayStatic original)
Cloning constructor from the message part. |
|
AutoTraceRayStaticImpl(AutoTraceRayStaticImpl original)
Cloning constructor from the full message. |
|
AutoTraceRayStaticImpl(UnrealId Id)
Creates new instance of the message AutoTraceRay. |
Method Summary | |
---|---|
AutoTraceRayStaticImpl |
clone()
|
UnrealId |
getId()
An Id for this ray (should be unique), assigned by the user when adding ray. |
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.AutoTraceRayStatic |
---|
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 AutoTraceRayStaticImpl()
public AutoTraceRayStaticImpl(UnrealId Id)
Id
- An Id for this ray (should be unique), assigned by the user
when adding ray.public AutoTraceRayStaticImpl(AutoTraceRay original)
original
- public AutoTraceRayStaticImpl(AutoTraceRayStaticImpl original)
original
- public AutoTraceRayStaticImpl(AutoTraceRayStatic original)
original
- Method Detail |
---|
public void setSimTime(long SimTime)
AutoTraceRayStatic
setSimTime
in class AutoTraceRayStatic
public AutoTraceRayStaticImpl clone()
clone
in class AutoTraceRayStatic
public UnrealId getId()
getId
in interface IWorldObject
getId
in class AutoTraceRayStatic
public java.lang.String toString()
toString
in class AutoTraceRayStatic
public java.lang.String toHtmlString()
toHtmlString
in class AutoTraceRayStatic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |