public class DialogEnd extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
Id
Dialog identification.
|
protected String |
Player
Name of the player on who's HUD should be the dialog shown.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
DialogEnd()
Creates new instance of command DialogEnd.
|
DialogEnd(DialogEnd original)
Cloning constructor.
|
DialogEnd(String Player,
String Id)
Creates new instance of command DialogEnd.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Dialog identification.
|
String |
getPlayer()
Name of the player on who's HUD should be the dialog shown.
|
DialogEnd |
setId(String Id)
Dialog identification.
|
DialogEnd |
setPlayer(String Player)
Name of the player on who's HUD should be the dialog shown.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
public static final String PROTOTYPE
protected String Player
protected String Id
public DialogEnd(String Player, String Id)
Player - Name of the player on who's HUD should be the dialog shown.Id - Dialog identification. This should be an unique positive integer.public DialogEnd()
public DialogEnd(DialogEnd original)
original - public String getPlayer()
public DialogEnd setPlayer(String Player)
public String getId()
public DialogEnd setId(String Id)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.