|
||||||||||
| 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.ut2004.communication.messages.gbcommands.GetItemCategory
public class GetItemCategory
Representation of the GameBots2004 command GETITC. Request to export item category by ITC message. Will respond with ITC message.
| Field Summary | |
|---|---|
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 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 |
|---|
public static final String PROTOTYPE
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.
xWeapons.FlakCannonPickup).public GetItemCategory()
public GetItemCategory(GetItemCategory original)
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 | |||||||||