|
||||||||||
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.InfoMessage
cz.cuni.amis.pogamut.udk.communication.messages.GBEvent
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Landed
public class Landed
Asynchronous message. Sent when the bot lands on the ground after falling. Received also after respawn. Corresponding GameBots message is LAND.
Field Summary | |
---|---|
protected javax.vecmath.Vector3d |
HitNormal
Normal of the plane we have landed on. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
Constructor Summary | |
---|---|
Landed()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
Landed(Landed original)
Cloning constructor. |
|
Landed(javax.vecmath.Vector3d HitNormal)
Creates new instance of command Landed. |
Method Summary | |
---|---|
javax.vecmath.Vector3d |
getHitNormal()
Normal of the plane we have landed on. |
long |
getSimTime()
|
String |
toHtmlString()
|
String |
toString()
|
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.messages.GBEvent |
---|
getWorldEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROTOTYPE
protected javax.vecmath.Vector3d HitNormal
Constructor Detail |
---|
public Landed(javax.vecmath.Vector3d HitNormal)
HitNormal
- Normal of the plane we have landed on.public Landed(Landed original)
public Landed()
Method Detail |
---|
public javax.vecmath.Vector3d getHitNormal()
public long getSimTime()
getSimTime
in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
getSimTime
in class GBEvent
public String toString()
toString
in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
public String toHtmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |