Package in.dragonbra.javasteam.generated
Class MsgClientChatMsg
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientChatMsg
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientChatMsg extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientChatMsg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)EChatEntryTypegetChatMsgType()EMsggetEMsg()SteamIDgetSteamIdChatRoom()SteamIDgetSteamIdChatter()voidserialize(java.io.OutputStream stream)voidsetChatMsgType(EChatEntryType chatMsgType)voidsetSteamIdChatRoom(SteamID steamId)voidsetSteamIdChatter(SteamID steamId)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getSteamIdChatter
public SteamID getSteamIdChatter()
-
setSteamIdChatter
public void setSteamIdChatter(SteamID steamId)
-
getSteamIdChatRoom
public SteamID getSteamIdChatRoom()
-
setSteamIdChatRoom
public void setSteamIdChatRoom(SteamID steamId)
-
getChatMsgType
public EChatEntryType getChatMsgType()
-
setChatMsgType
public void setChatMsgType(EChatEntryType chatMsgType)
-
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
-
-