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, getSimTime
toJsonLiteral
protected 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)
BombInfoStatic
setSimTime
in class BombInfoStatic
public BombInfoStaticImpl clone()
clone
in class BombInfoStatic
public UnrealId getId()
getId
in interface IWorldObject
getId
in class BombInfoStatic
public boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom
in interface IStaticWorldObject
isDifferentFrom
in class BombInfoStatic
public String toString()
toString
in class BombInfoStatic
public String toHtmlString()
toHtmlString
in class BombInfoStatic
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.