cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class BombInfoMessage.BombInfoStaticMessage

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoMessage.BombInfoStaticMessage
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Enclosing class:
BombInfoMessage

public class BombInfoMessage.BombInfoStaticMessage
extends BombInfoStatic

Implementation of the static part of the GameBots2004 message BOM, used to facade BOMMessage.

Complete message documentation: Synchronous message. BombInfo contains all info about the bomb in the BotBombingRun game mode. Is not sent in other game types.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
SimTime
 
Constructor Summary
BombInfoMessage.BombInfoStaticMessage()
           
 
Method Summary
 BombInfoMessage.BombInfoStaticMessage clone()
           
 UnrealId getId()
          An unique Id for this bomb, assigned by the game.
 java.lang.String toHtmlString()
           
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BombInfoMessage.BombInfoStaticMessage

public BombInfoMessage.BombInfoStaticMessage()
Method Detail

clone

public BombInfoMessage.BombInfoStaticMessage clone()
Specified by:
clone in class BombInfoStatic

getId

public UnrealId getId()
An unique Id for this bomb, assigned by the game.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class BombInfoStatic
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class BombInfoStatic

toHtmlString

public java.lang.String toHtmlString()
Overrides:
toHtmlString in class BombInfoStatic