|
||||||||||
| 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.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 IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||