Package in.dragonbra.javasteam.generated
Class MsgClientChatAction
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientChatAction
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientChatAction extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientChatAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)EChatActiongetChatAction()EMsggetEMsg()SteamIDgetSteamIdChat()SteamIDgetSteamIdUserToActOn()voidserialize(java.io.OutputStream stream)voidsetChatAction(EChatAction chatAction)voidsetSteamIdChat(SteamID steamId)voidsetSteamIdUserToActOn(SteamID steamId)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getSteamIdChat
public SteamID getSteamIdChat()
-
setSteamIdChat
public void setSteamIdChat(SteamID steamId)
-
getSteamIdUserToActOn
public SteamID getSteamIdUserToActOn()
-
setSteamIdUserToActOn
public void setSteamIdUserToActOn(SteamID steamId)
-
getChatAction
public EChatAction getChatAction()
-
setChatAction
public void setChatAction(EChatAction chatAction)
-
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
-
-