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