|
||||||||||
| 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.gbinfomessages.Mutator
public class Mutator
Info batch message. Starts with SMUT message, ends with EMUT message. Hold information about current mutators active on the server. Corresponding GameBots message is MUT.
| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
Id
Id of the mutator. |
protected String |
Name
Name of the mutator. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
| Constructor Summary | |
|---|---|
Mutator()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
Mutator(Mutator original)
Cloning constructor. |
|
Mutator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id,
String Name)
Creates new instance of command Mutator. |
|
| Method Summary | |
|---|---|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
Id of the mutator. |
String |
getName()
Name of the mutator. |
long |
getSimTime()
|
String |
toHtmlString()
|
String |
toString()
|
| 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 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id
protected String Name
| Constructor Detail |
|---|
public Mutator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id,
String Name)
Id - Id of the mutator.Name - Name of the mutator.public Mutator(Mutator original)
public Mutator()
| Method Detail |
|---|
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
getId in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutatorpublic String getName()
getName in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutatorpublic long getSimTime()
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEventgetSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventpublic String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessagepublic String toHtmlString()
toHtmlString in interface cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IMutator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||