public class TCInfoBotLeft extends TCInfoData
| Modifier and Type | Field and Description |
|---|---|
static cz.cuni.amis.utils.token.IToken |
MESSAGE_TYPE |
| Constructor and Description |
|---|
TCInfoBotLeft(long requestId,
long simTime) |
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getBotId() |
int |
getTeam()
May be 'negative' in case that the team is unknown (due to internal TCMinaServer error ... should not happen at all...).
|
void |
setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
Who has left the TC server.
|
void |
setTeam(int team) |
String |
toString() |
getRequestIdgetMessageType, getSimTime, setMessageType, setSimTimepublic cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
public void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
botId - public int getTeam()
public void setTeam(int team)
public String toString()
toString in class TCInfoDataCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.