public class IncomingProjectileStaticImpl extends IncomingProjectileStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
IncomingProjectileStaticImpl.IncomingProjectileStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of the projectile.
|
SimTime| Constructor and Description |
|---|
IncomingProjectileStaticImpl()
Parameter-less contructor for the message.
|
IncomingProjectileStaticImpl(IncomingProjectile original)
Cloning constructor from the full message.
|
IncomingProjectileStaticImpl(IncomingProjectileStatic original)
Cloning constructor from the message part.
|
IncomingProjectileStaticImpl(IncomingProjectileStaticImpl original)
Cloning constructor from the full message.
|
IncomingProjectileStaticImpl(UnrealId Id)
Creates new instance of the message IncomingProjectile.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingProjectileStaticImpl |
clone() |
UnrealId |
getId()
Unique Id of the projectile.
|
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 IncomingProjectileStaticImpl()
public IncomingProjectileStaticImpl(UnrealId Id)
Id - Unique Id of the projectile.public IncomingProjectileStaticImpl(IncomingProjectile original)
original - public IncomingProjectileStaticImpl(IncomingProjectileStaticImpl original)
original - public IncomingProjectileStaticImpl(IncomingProjectileStatic original)
original - public void setSimTime(long SimTime)
IncomingProjectileStaticsetSimTime in class IncomingProjectileStaticpublic IncomingProjectileStaticImpl clone()
clone in class IncomingProjectileStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class IncomingProjectileStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class IncomingProjectileStaticpublic String toString()
toString in class IncomingProjectileStaticpublic String toHtmlString()
toHtmlString in class IncomingProjectileStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.