|
||||||||||
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.InfoMessage cz.cuni.amis.pogamut.udk.communication.messages.GBEvent cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.BeginMessage
public class BeginMessage
Synchronous message. Begin message signalizes start of synchronous batch. In the batch are send information about visible navpoints, game status, items and so on. Corresponding GameBots message is BEG.
Field Summary | |
---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected double |
Time
Timestamp form the GameBots. |
Constructor Summary | |
---|---|
BeginMessage()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
BeginMessage(BeginMessage original)
Cloning constructor. |
|
BeginMessage(double Time)
Creates new instance of command BeginMessage. |
Method Summary | |
---|---|
long |
getSimTime()
|
double |
getTime()
Timestamp form the GameBots. |
String |
toHtmlString()
|
String |
toString()
|
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.messages.GBEvent |
---|
getWorldEvent |
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
---|
toJsonLiteral |
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 double Time
Constructor Detail |
---|
public BeginMessage(double Time)
Time
- Timestamp form the GameBots.public BeginMessage(BeginMessage original)
public BeginMessage()
Method Detail |
---|
public double getTime()
public long getSimTime()
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
getSimTime
in class GBEvent
public String toString()
toString
in class InfoMessage
public String toHtmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |