public class MoverLocalImpl extends MoverLocal
| Modifier and Type | Class and Description |
|---|---|
static class |
MoverLocalImpl.MoverLocalUpdate |
MoverLocal.ObjectDisappeared| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
A unique Id of this mover assigned by the game.
|
protected boolean |
Visible
If the mover is in the field of view of the bot.
|
SimTime| Constructor and Description |
|---|
MoverLocalImpl()
Parameter-less contructor for the message.
|
MoverLocalImpl(Mover original)
Cloning constructor from the full message.
|
MoverLocalImpl(MoverLocal original)
Cloning constructor from the message part.
|
MoverLocalImpl(MoverLocalImpl original)
Cloning constructor from the full message.
|
MoverLocalImpl(UnrealId Id,
boolean Visible)
Creates new instance of the message Mover.
|
| Modifier and Type | Method and Description |
|---|---|
MoverLocalImpl |
clone() |
UnrealId |
getId()
A unique Id of this mover assigned by the game.
|
MoverLocalImpl |
getLocal() |
ISharedWorldObject |
getShared() |
IStaticWorldObject |
getStatic() |
boolean |
isVisible()
If the mover is in the field of view of the bot.
|
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 MoverLocalImpl()
public MoverLocalImpl(UnrealId Id, boolean Visible)
Id - A unique Id of this mover assigned by the game.Visible - If the mover is in the field of view of the bot.public MoverLocalImpl(Mover original)
original - public MoverLocalImpl(MoverLocalImpl original)
original - public MoverLocalImpl(MoverLocal original)
original - public void setSimTime(long SimTime)
MoverLocalsetSimTime in class MoverLocalpublic MoverLocalImpl clone()
clone in interface ILocalWorldObjectclone in class MoverLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class MoverLocalpublic boolean isVisible()
isVisible in interface ILocalViewableisVisible in class MoverLocalpublic MoverLocalImpl getLocal()
getLocal in class MoverLocalpublic ISharedWorldObject getShared()
getShared in class MoverLocalpublic IStaticWorldObject getStatic()
getStatic in class MoverLocalpublic String toString()
toString in class MoverLocalpublic String toHtmlString()
toHtmlString in class MoverLocalCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.