|
||||||||||
| 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.SetCrouch
public class SetCrouch
Will crouch/uncrouch the bot. If crouched you cannot jump. If killed, this will be reset. Corresponding GameBots command is SETCROUCH.
| Field Summary | |
|---|---|
protected boolean |
Crouch
True or false to crouch or unrouch. |
| Constructor Summary | |
|---|---|
SetCrouch()
Creates new instance of command SetCrouch. |
|
SetCrouch(boolean Crouch)
Creates new instance of command SetCrouch. |
|
SetCrouch(SetCrouch original)
Cloning constructor. |
|
| Method Summary | |
|---|---|
boolean |
isCrouch()
True or false to crouch or unrouch. |
SetCrouch |
setCrouch(boolean Crouch)
True or false to crouch or unrouch. |
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 boolean Crouch
| Constructor Detail |
|---|
public SetCrouch(boolean Crouch)
Crouch - True or false to crouch or unrouch.public SetCrouch()
public SetCrouch(SetCrouch original)
| Method Detail |
|---|
public boolean isCrouch()
public SetCrouch setCrouch(boolean Crouch)
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 | |||||||||