|
|||||||||
| 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.Kick
public class Kick

Representation of the GameBots2004 command KICK. Will kick GameBots Bot from the server.
| Field Summary | |
|---|---|
protected UnrealId |
Id
Id of the bot to be kicked. |
static java.lang.String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
| Constructor Summary | |
|---|---|
Kick()
Creates new instance of command Kick. |
|
Kick(Kick original)
Cloning constructor. |
|
Kick(UnrealId Id)
Creates new instance of command Kick. |
|
| Method Summary | |
|---|---|
UnrealId |
getId()
Id of the bot to be kicked. |
Kick |
setId(UnrealId Id)
Id of the bot to be kicked. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toMessage()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROTOTYPE
protected UnrealId Id
| Constructor Detail |
|---|
public Kick(UnrealId Id)
Id - Id of the bot to be kicked.public Kick()
public Kick(Kick original)
original - | Method Detail |
|---|
public UnrealId getId()
public Kick setId(UnrealId Id)
public java.lang.String toString()
toString in class CommandMessagepublic java.lang.String toHtmlString()
public java.lang.String toMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||