cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class BombInfoMessage.BombInfoStaticMessage
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.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.
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic |
SimTime |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BombInfoMessage.BombInfoStaticMessage
public BombInfoMessage.BombInfoStaticMessage()
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