public abstract class IncomingProjectileShared extends InfoMessage implements ISharedWorldObject, ILocated
| Modifier and Type | Field and Description |
|---|---|
static cz.cuni.amis.utils.token.Token |
DamageRadiusPropertyToken |
static cz.cuni.amis.utils.token.Token |
DirectionPropertyToken |
static cz.cuni.amis.utils.token.Token |
LocationPropertyToken |
static cz.cuni.amis.utils.token.Token |
OriginPropertyToken |
static Set<cz.cuni.amis.utils.token.Token> |
SharedPropertyTokens |
protected long |
SimTime |
static cz.cuni.amis.utils.token.Token |
SpeedPropertyToken |
static cz.cuni.amis.utils.token.Token |
TypePropertyToken |
static cz.cuni.amis.utils.token.Token |
VelocityPropertyToken |
| Constructor and Description |
|---|
IncomingProjectileShared()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IncomingProjectileShared |
clone() |
Class |
getCompositeClass() |
abstract double |
getDamageRadius()
If the projectile has splash damage, how big it is – in ut
units.
|
abstract javax.vecmath.Vector3d |
getDirection()
Which direction projectile is heading to -> orientation
vector.
|
abstract UnrealId |
getId()
Unique Id of the projectile.
|
abstract Location |
getLocation()
Current location of the projectile.
|
abstract Location |
getOrigin()
Possition of the origin, when combined with direction can
define the line of fire.
|
long |
getSimTime()
Simulation time in MILLI SECONDS !!!
|
abstract double |
getSpeed()
Current speed of the projectile.
|
abstract String |
getType()
The class of the projectile (so you know what is flying
against you).
|
abstract Velocity |
getVelocity()
Current velocity vector of the projectile.
|
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
toJsonLiteralequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperties, getPropertyprotected long SimTime
public static final cz.cuni.amis.utils.token.Token DirectionPropertyToken
public static final cz.cuni.amis.utils.token.Token LocationPropertyToken
public static final cz.cuni.amis.utils.token.Token VelocityPropertyToken
public static final cz.cuni.amis.utils.token.Token SpeedPropertyToken
public static final cz.cuni.amis.utils.token.Token OriginPropertyToken
public static final cz.cuni.amis.utils.token.Token DamageRadiusPropertyToken
public static final cz.cuni.amis.utils.token.Token TypePropertyToken
public static final Set<cz.cuni.amis.utils.token.Token> SharedPropertyTokens
public IncomingProjectileShared()
public long getSimTime()
getSimTime in interface IWorldObjectgetSimTime in interface ISharedWorldObjectprotected void setSimTime(long SimTime)
public abstract IncomingProjectileShared clone()
clone in interface ISharedWorldObjectclone in class Objectpublic Class getCompositeClass()
getCompositeClass in interface ISharedWorldObjectpublic abstract UnrealId getId()
getId in interface IWorldObjectpublic abstract javax.vecmath.Vector3d getDirection()
public abstract Location getLocation()
getLocation in interface ILocatedpublic abstract Velocity getVelocity()
public abstract double getSpeed()
public abstract Location getOrigin()
public abstract double getDamageRadius()
public abstract String getType()
public String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.