|
||||||||||
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.Dodge
public class Dodge
Causes the bot to dodge (do jump) to supported direction. Corresponding GameBots command is DODGE.
Field Summary | |
---|---|
protected javax.vecmath.Vector3d |
Direction
Relative vector, will be normalized. |
Constructor Summary | |
---|---|
Dodge()
Creates new instance of command Dodge. |
|
Dodge(Dodge original)
Cloning constructor. |
|
Dodge(javax.vecmath.Vector3d Direction)
Creates new instance of command Dodge. |
Method Summary | |
---|---|
javax.vecmath.Vector3d |
getDirection()
Relative vector, will be normalized. |
Dodge |
setDirection(javax.vecmath.Vector3d Direction)
Relative vector, will be normalized. |
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 javax.vecmath.Vector3d Direction
Constructor Detail |
---|
public Dodge(javax.vecmath.Vector3d Direction)
Direction
- Relative vector, will be normalized. The direction of the
dodge will be added to current bot rotation.public Dodge()
public Dodge(Dodge original)
Method Detail |
---|
public javax.vecmath.Vector3d getDirection()
public Dodge setDirection(javax.vecmath.Vector3d Direction)
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 |