|
||||||||||
| 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.ut2004.communication.messages.gbinfomessages.GameInfoStatic
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoMessage.GameInfoStaticMessage
public class GameInfoMessage.GameInfoStaticMessage
Implementation of the static part of the GameBots2004 message NFO, used to facade NFOMessage.
Complete message documentation: Asynchronous message. Sent as response to READY command. Information about the game. What type of game is it going to be, number of teams, maximum size of teams etc.
| Field Summary |
|---|
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic |
|---|
GameInfoId, SimTime |
| Constructor Summary | |
|---|---|
GameInfoMessage.GameInfoStaticMessage()
|
|
| Method Summary | |
|---|---|
GameInfoMessage.GameInfoStaticMessage |
clone()
|
Location |
getBlueBaseLocation()
Location of the base spawning the blue flag (team 1) (BotCTFGame). |
Location |
getDisperserLocation()
Sent only in BotScenario game type. |
double |
getDisperserRadius()
Sent only in BotScenario game type. |
double |
getFactoryAdrenalineCount()
Sent only in BotScenario game type. |
Location |
getFactoryLocation()
Sent only in BotScenario game type. |
double |
getFactoryRadius()
Sent only in BotScenario game type. |
String |
getFactorySpawnType()
Sent only in BotScenario game type. |
Location |
getFirstDomPointLocation()
Location of the first dom point (BotDoubleDomination). |
String |
getGametype()
What you are playing (BotDeathMatch, BotTeamGame, BotCTFGame,BotDoubleDomination). |
UnrealId |
getId()
|
String |
getLevel()
Name of map in game. |
int |
getMaxTeams()
Max number of teams. |
Location |
getRedBaseLocation()
Location of the base spawning the red flag (team 0) (BotCTFGame). |
Location |
getSecondDomPointLocation()
Location of the second dom point (BotDoubleDomination). |
boolean |
isDifferentFrom(IStaticWorldObject other)
|
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfoStatic |
|---|
getCompositeClass, getSimTime, setSimTime |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GameInfoMessage.GameInfoStaticMessage()
| Method Detail |
|---|
public UnrealId getId()
getId in interface IWorldObjectgetId in class GameInfoStaticpublic GameInfoMessage.GameInfoStaticMessage clone()
clone in class GameInfoStaticpublic String getGametype()
getGametype in class GameInfoStaticpublic String getLevel()
getLevel in class GameInfoStaticpublic int getMaxTeams()
getMaxTeams in class GameInfoStaticpublic Location getRedBaseLocation()
getRedBaseLocation in class GameInfoStaticpublic Location getBlueBaseLocation()
getBlueBaseLocation in class GameInfoStaticpublic Location getFirstDomPointLocation()
getFirstDomPointLocation in class GameInfoStaticpublic Location getSecondDomPointLocation()
getSecondDomPointLocation in class GameInfoStaticpublic Location getFactoryLocation()
getFactoryLocation in class GameInfoStaticpublic double getFactoryRadius()
getFactoryRadius in class GameInfoStaticpublic Location getDisperserLocation()
getDisperserLocation in class GameInfoStaticpublic double getDisperserRadius()
getDisperserRadius in class GameInfoStaticpublic double getFactoryAdrenalineCount()
getFactoryAdrenalineCount in class GameInfoStaticpublic String getFactorySpawnType()
getFactorySpawnType in class GameInfoStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class GameInfoStaticpublic String toString()
toString in class GameInfoStaticpublic String toHtmlString()
toHtmlString in class GameInfoStatic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||