public class GetItemCategory extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected String |
Type
Class of the item we want to export ITC message for.
|
| Constructor and Description |
|---|
GetItemCategory()
Creates new instance of command GetItemCategory.
|
GetItemCategory(GetItemCategory original)
Cloning constructor.
|
GetItemCategory(String Type)
Creates new instance of command GetItemCategory.
|
public static final String PROTOTYPE
protected String Type
public GetItemCategory(String Type)
Type - Class of the item we want to export ITC message for. Must be pickup class (e.g.
xWeapons.FlakCannonPickup).public GetItemCategory()
public GetItemCategory(GetItemCategory original)
original - public String getType()
public GetItemCategory 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.