cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class AutoTraceRayMessage.AutoTraceRayStaticMessage
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.AutoTraceRayMessage.AutoTraceRayStaticMessage
- All Implemented Interfaces:
- IWorldObject, IStaticWorldObject
- Enclosing class:
- AutoTraceRayMessage
public class AutoTraceRayMessage.AutoTraceRayStaticMessage
- extends AutoTraceRayStatic
Implementation of the static part of the GameBots2004 message ATR, used
to facade ATRMessage.
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.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AutoTraceRayMessage.AutoTraceRayStaticMessage
public AutoTraceRayMessage.AutoTraceRayStaticMessage()
clone
public AutoTraceRayMessage.AutoTraceRayStaticMessage clone()
- Specified by:
clone
in class AutoTraceRayStatic
getId
public UnrealId getId()
- An Id for this ray (should be unique), assigned by the user
when adding ray.
- Specified by:
getId
in interface IWorldObject
- Specified by:
getId
in class AutoTraceRayStatic
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class AutoTraceRayStatic
toHtmlString
public java.lang.String toHtmlString()
- Overrides:
toHtmlString
in class AutoTraceRayStatic