|
||||||||||
| 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.SetSkin
public class SetSkin
Sets the bot current skin using UTFamilyInfo (e.g. "UTGame.UTFamilyInfo_Liandri_Male"). // TODO: we might want to export all possible skins at the beginning of the game Corresponding GameBots command is SETSKIN.
| Field Summary | |
|---|---|
protected String |
Skin
Holds the desired skin. |
| Constructor Summary | |
|---|---|
SetSkin()
Creates new instance of command SetSkin. |
|
SetSkin(SetSkin original)
Cloning constructor. |
|
SetSkin(String Skin)
Creates new instance of command SetSkin. |
|
| Method Summary | |
|---|---|
String |
getSkin()
Holds the desired skin. |
SetSkin |
setSkin(String Skin)
Holds the desired skin. |
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 Skin
| Constructor Detail |
|---|
public SetSkin(String Skin)
Skin - Holds the desired skin.public SetSkin()
public SetSkin(SetSkin original)
| Method Detail |
|---|
public String getSkin()
public SetSkin setSkin(String Skin)
public String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessagepublic String toHtmlString()
public String toMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||