public class Combo extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected String |
Type
Holds the class name of the desired adrenaline combo (can be
xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis
or xGame.ComboSpeed).
|
| Constructor and Description |
|---|
Combo()
Creates new instance of command Combo.
|
Combo(Combo original)
Cloning constructor.
|
Combo(String Type)
Creates new instance of command Combo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Holds the class name of the desired adrenaline combo (can be
xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis
or xGame.ComboSpeed).
|
Combo |
setType(String Type)
Holds the class name of the desired adrenaline combo (can be
xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis
or xGame.ComboSpeed).
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
public static final String PROTOTYPE
protected String Type
public Combo(String Type)
Type - Holds the class name of the desired adrenaline combo (can be
xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis
or xGame.ComboSpeed).public Combo()
public Combo(Combo original)
original - public String getType()
public Combo setType(String Type)
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.