|
||||||||||
| 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.RemoveRay
public class RemoveRay
Will remove a ray from auto ray trace specified by Id. Corresponding GameBots command is REMOVERAY.
| Field Summary | |
|---|---|
protected String |
Id
Id of the ray to be removed. |
| Constructor Summary | |
|---|---|
RemoveRay()
Creates new instance of command RemoveRay. |
|
RemoveRay(RemoveRay original)
Cloning constructor. |
|
RemoveRay(String Id)
Creates new instance of command RemoveRay. |
|
| Method Summary | |
|---|---|
String |
getId()
Id of the ray to be removed. |
RemoveRay |
setId(String Id)
Id of the ray to be removed. |
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 Id
| Constructor Detail |
|---|
public RemoveRay(String Id)
Id - Id of the ray to be removed. If Id = "All" all rays will be
removedr.public RemoveRay()
public RemoveRay(RemoveRay original)
| Method Detail |
|---|
public String getId()
public RemoveRay setId(String 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 | |||||||||