|
|||||||||
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.FlagInfoStatic cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStaticImpl
public class FlagInfoStaticImpl
Implementation of the static part of the GameBots2004 message FLG.
Complete message documentation: Synchronous message. FlagInfo contains all info about the flag in the CTF game mode. Is not sent in other game types.
Nested Class Summary | |
---|---|
static class |
FlagInfoStaticImpl.FlagInfoStaticUpdate
|
Field Summary | |
---|---|
protected UnrealId |
Id
An unique Id for this flag, assigned by the game. |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfoStatic |
---|
SimTime |
Constructor Summary | |
---|---|
FlagInfoStaticImpl()
Parameter-less contructor for the message. |
|
FlagInfoStaticImpl(FlagInfo original)
Cloning constructor from the full message. |
|
FlagInfoStaticImpl(FlagInfoStatic original)
Cloning constructor from the message part. |
|
FlagInfoStaticImpl(FlagInfoStaticImpl original)
Cloning constructor from the full message. |
|
FlagInfoStaticImpl(UnrealId Id)
Creates new instance of the message FlagInfo. |
Method Summary | |
---|---|
FlagInfoStaticImpl |
clone()
|
UnrealId |
getId()
An unique Id for this flag, assigned by the game. |
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.FlagInfoStatic |
---|
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 FlagInfoStaticImpl()
public FlagInfoStaticImpl(UnrealId Id)
Id
- An unique Id for this flag, assigned by the game.public FlagInfoStaticImpl(FlagInfo original)
original
- public FlagInfoStaticImpl(FlagInfoStaticImpl original)
original
- public FlagInfoStaticImpl(FlagInfoStatic original)
original
- Method Detail |
---|
public void setSimTime(long SimTime)
FlagInfoStatic
setSimTime
in class FlagInfoStatic
public FlagInfoStaticImpl clone()
clone
in class FlagInfoStatic
public UnrealId getId()
getId
in interface IWorldObject
getId
in class FlagInfoStatic
public java.lang.String toString()
toString
in class FlagInfoStatic
public java.lang.String toHtmlString()
toHtmlString
in class FlagInfoStatic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |