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