public class BombInfoStaticImpl extends BombInfoStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
BombInfoStaticImpl.BombInfoStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
An unique Id for this bomb, assigned by the game.
|
SimTime| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BombInfoStaticImpl |
clone() |
UnrealId |
getId()
An unique Id for this bomb, assigned by the game.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
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 - public void setSimTime(long SimTime)
BombInfoStaticsetSimTime in class BombInfoStaticpublic BombInfoStaticImpl clone()
clone in class BombInfoStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class BombInfoStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class BombInfoStaticpublic String toString()
toString in class BombInfoStaticpublic String toHtmlString()
toHtmlString in class BombInfoStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.