public class TCInfoTeamChannelBotJoined extends TCInfoData
| Modifier and Type | Field and Description |
|---|---|
static cz.cuni.amis.utils.token.IToken |
MESSAGE_TYPE |
| Constructor and Description |
|---|
TCInfoTeamChannelBotJoined(long requestId,
long simTime) |
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getBotId() |
int |
getChannelId() |
int |
getTeam() |
void |
setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId) |
void |
setChannelId(int channelId) |
void |
setTeam(int team) |
String |
toString() |
getRequestIdgetMessageType, getSimTime, setMessageType, setSimTimepublic TCInfoTeamChannelBotJoined(long requestId,
long simTime)
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
public void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
public int getChannelId()
public void setChannelId(int channelId)
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.