public class PlayerJoinsGame extends GBEvent implements IWorldEvent, IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of the player.
|
protected String |
Name
Name of the player.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
PlayerJoinsGame()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
PlayerJoinsGame(PlayerJoinsGame original)
Cloning constructor.
|
PlayerJoinsGame(UnrealId Id,
String Name)
Creates new instance of command PlayerJoinsGame.
|
| Modifier and Type | Method and Description |
|---|---|
UnrealId |
getId()
Unique Id of the player.
|
String |
getName()
Name of the player.
|
long |
getSimTime() |
String |
toHtmlString() |
String |
toString() |
getWorldEventtoJsonLiteralpublic static final String PROTOTYPE
protected UnrealId Id
protected String Name
public PlayerJoinsGame(UnrealId Id, String Name)
Id - Unique Id of the player.Name - Name of the player.public PlayerJoinsGame(PlayerJoinsGame original)
public PlayerJoinsGame()
public UnrealId getId()
public String getName()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic 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.