|
|||||||||
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.BombInfoLocal cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocalImpl
public class BombInfoLocalImpl
Implementation of the local 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 |
BombInfoLocalImpl.BombInfoLocalUpdate
|
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal |
---|
BombInfoLocal.ObjectDisappeared |
Field Summary | |
---|---|
protected UnrealId |
Id
An unique Id for this bomb, assigned by the game. |
protected boolean |
Reachable
True if the bot can run here directly, false otherwise. |
protected boolean |
Visible
True if the bot can see the bomb. |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal |
---|
SimTime |
Constructor Summary | |
---|---|
BombInfoLocalImpl()
Parameter-less contructor for the message. |
|
BombInfoLocalImpl(BombInfo original)
Cloning constructor from the full message. |
|
BombInfoLocalImpl(BombInfoLocal original)
Cloning constructor from the message part. |
|
BombInfoLocalImpl(BombInfoLocalImpl original)
Cloning constructor from the full message. |
|
BombInfoLocalImpl(UnrealId Id,
boolean Reachable,
boolean Visible)
Creates new instance of the message BombInfo. |
Method Summary | |
---|---|
BombInfoLocalImpl |
clone()
|
UnrealId |
getId()
An unique Id for this bomb, assigned by the game. |
BombInfoLocalImpl |
getLocal()
|
ISharedWorldObject |
getShared()
|
IStaticWorldObject |
getStatic()
|
boolean |
isReachable()
True if the bot can run here directly, false otherwise. |
boolean |
isVisible()
True if the bot can see the bomb. |
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.BombInfoLocal |
---|
createDisappearEvent, getCompositeClass, getSimTime |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected UnrealId Id
protected boolean Reachable
protected boolean Visible
Constructor Detail |
---|
public BombInfoLocalImpl()
public BombInfoLocalImpl(UnrealId Id, boolean Reachable, boolean Visible)
Id
- An unique Id for this bomb, assigned by the game.Reachable
- True if the bot can run here directly, false otherwise.Visible
- True if the bot can see the bomb.public BombInfoLocalImpl(BombInfo original)
original
- public BombInfoLocalImpl(BombInfoLocalImpl original)
original
- public BombInfoLocalImpl(BombInfoLocal original)
original
- Method Detail |
---|
public void setSimTime(long SimTime)
BombInfoLocal
setSimTime
in class BombInfoLocal
public BombInfoLocalImpl clone()
clone
in interface ILocalWorldObject
clone
in class BombInfoLocal
public UnrealId getId()
getId
in interface IWorldObject
getId
in class BombInfoLocal
public boolean isReachable()
isReachable
in class BombInfoLocal
public boolean isVisible()
isVisible
in interface ILocalViewable
isVisible
in class BombInfoLocal
public BombInfoLocalImpl getLocal()
getLocal
in class BombInfoLocal
public ISharedWorldObject getShared()
getShared
in class BombInfoLocal
public IStaticWorldObject getStatic()
getStatic
in class BombInfoLocal
public java.lang.String toString()
toString
in class BombInfoLocal
public java.lang.String toHtmlString()
toHtmlString
in class BombInfoLocal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |