Package in.dragonbra.javasteam.generated
Class MsgClientChatRoomInfo
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientChatRoomInfo
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientChatRoomInfo extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientChatRoomInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)EMsggetEMsg()SteamIDgetSteamIdChat()EChatInfoTypegetType()voidserialize(java.io.OutputStream stream)voidsetSteamIdChat(SteamID steamId)voidsetType(EChatInfoType type)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getSteamIdChat
public SteamID getSteamIdChat()
-
setSteamIdChat
public void setSteamIdChat(SteamID steamId)
-
getType
public EChatInfoType getType()
-
setType
public void setType(EChatInfoType type)
-
serialize
public void serialize(java.io.OutputStream stream) throws java.io.IOException- Specified by:
serializein interfaceISteamSerializable- Throws:
java.io.IOException
-
deserialize
public void deserialize(java.io.InputStream stream) throws java.io.IOException- Specified by:
deserializein interfaceISteamSerializable- Throws:
java.io.IOException
-
-