public class BombInfoLocalImpl extends BombInfoLocal
| Modifier and Type | Class and Description |
|---|---|
static class |
BombInfoLocalImpl.BombInfoLocalUpdate |
BombInfoLocal.ObjectDisappeared| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
An unique Id for this bomb, assigned by the game.
|
protected boolean |
Visible
True if the bot can see the bomb.
|
SimTime| Constructor and Description |
|---|
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 Visible)
Creates new instance of the message BombInfo.
|
| Modifier and Type | Method and Description |
|---|---|
BombInfoLocalImpl |
clone() |
UnrealId |
getId()
An unique Id for this bomb, assigned by the game.
|
BombInfoLocalImpl |
getLocal() |
ISharedWorldObject |
getShared() |
IStaticWorldObject |
getStatic() |
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.
|
String |
toHtmlString() |
String |
toString() |
createDisappearEvent, getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
protected boolean Visible
public BombInfoLocalImpl()
public BombInfoLocalImpl(UnrealId Id, boolean Visible)
Id - An unique Id for this bomb, assigned by the game.Visible - True if the bot can see the bomb.public BombInfoLocalImpl(BombInfo original)
original - public BombInfoLocalImpl(BombInfoLocalImpl original)
original - public BombInfoLocalImpl(BombInfoLocal original)
original - public void setSimTime(long SimTime)
BombInfoLocalsetSimTime in class BombInfoLocalpublic BombInfoLocalImpl clone()
clone in interface ILocalWorldObjectclone in class BombInfoLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class BombInfoLocalpublic boolean isVisible()
isVisible in interface ILocalViewableisVisible in class BombInfoLocalpublic BombInfoLocalImpl getLocal()
getLocal in class BombInfoLocalpublic ISharedWorldObject getShared()
getShared in class BombInfoLocalpublic IStaticWorldObject getStatic()
getStatic in class BombInfoLocalpublic String toString()
toString in class BombInfoLocalpublic String toHtmlString()
toHtmlString in class BombInfoLocalCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.