|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.communication.messages.CommandMessage cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.Console
public class Console
You can run all console command by this. Corresponding GameBots command is CONSOLE.
Field Summary | |
---|---|
protected String |
Command
The actual console command. |
Constructor Summary | |
---|---|
Console()
Creates new instance of command Console. |
|
Console(Console original)
Cloning constructor. |
|
Console(String Command)
Creates new instance of command Console. |
Method Summary | |
---|---|
String |
getCommand()
The actual console command. |
Console |
setCommand(String Command)
The actual console command. |
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 Command
Constructor Detail |
---|
public Console(String Command)
Command
- The actual console command.public Console()
public Console(Console original)
Method Detail |
---|
public String getCommand()
public Console setCommand(String Command)
public String toString()
toString
in class CommandMessage
public String toHtmlString()
public String toMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |