cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages
Class TCInfoTeamChannelBotJoined
java.lang.Object
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCMessageData
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.messages.TCInfoData
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server.messages.TCInfoTeamChannelBotJoined
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event, Serializable
public class TCInfoTeamChannelBotJoined
- extends TCInfoData
- See Also:
- Serialized Form
|
Field Summary |
static cz.cuni.amis.utils.token.IToken |
MESSAGE_TYPE
|
MESSAGE_TYPE
public static final cz.cuni.amis.utils.token.IToken MESSAGE_TYPE
TCInfoTeamChannelBotJoined
public TCInfoTeamChannelBotJoined(long requestId,
long simTime)
getBotId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
setBotId
public void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
getChannelId
public int getChannelId()
setChannelId
public void setChannelId(int channelId)
getTeam
public int getTeam()
setTeam
public void setTeam(int team)
toString
public String toString()
- Overrides:
toString in class TCInfoData
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.