|
||||||||||
| 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.Kick
public class Kick
Will kick GameBots Bot from the server. Corresponding GameBots command is KICK.
| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
Id
Id of the bot to be kicked. |
| Constructor Summary | |
|---|---|
Kick()
Creates new instance of command Kick. |
|
Kick(Kick original)
Cloning constructor. |
|
Kick(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Creates new instance of command Kick. |
|
| Method Summary | |
|---|---|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
Id of the bot to be kicked. |
Kick |
setId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Id of the bot to be kicked. |
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 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id
| Constructor Detail |
|---|
public Kick(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
Id - Id of the bot to be kicked.public Kick()
public Kick(Kick original)
| Method Detail |
|---|
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
public Kick setId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
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 | |||||||||