|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.GetItemCategory
public class GetItemCategory
Request to export item category by ITC message. Will respond with ITC message. Corresponding GameBots command is GETITC.
| Field Summary | |
|---|---|
protected String |
Type
Class of the item we want to export ITC message for. |
| Constructor Summary | |
|---|---|
GetItemCategory()
Creates new instance of command GetItemCategory. |
|
GetItemCategory(GetItemCategory original)
Cloning constructor. |
|
GetItemCategory(String Type)
Creates new instance of command GetItemCategory. |
|
| Method Summary | |
|---|---|
String |
getType()
Class of the item we want to export ITC message for. |
GetItemCategory |
setType(String Type)
Class of the item we want to export ITC message for. |
String |
toHtmlString()
|
String |
toMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String Type
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
public String getType()
public GetItemCategory setType(String Type)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||