public class GetItemCategory extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
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.
|
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.
LinkGun.WeaponPickup).public GetItemCategory()
public GetItemCategory(GetItemCategory 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.