Class WrapperPlayClientChatSessionUpdate
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientChatSessionUpdate
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientChatSessionUpdate
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptioncom.comphenix.protocol.wrappers.WrappedRemoteChatSessionData
Retrieves the value of field 'chatSession'void
setChatSession
(com.comphenix.protocol.wrappers.WrappedRemoteChatSessionData value) Sets the value of field 'chatSession'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperPlayClientChatSessionUpdate
public WrapperPlayClientChatSessionUpdate() -
WrapperPlayClientChatSessionUpdate
public WrapperPlayClientChatSessionUpdate(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getChatSession
public com.comphenix.protocol.wrappers.WrappedRemoteChatSessionData getChatSession()Retrieves the value of field 'chatSession'- Returns:
- 'chatSession'
-
setChatSession
public void setChatSession(com.comphenix.protocol.wrappers.WrappedRemoteChatSessionData value) Sets the value of field 'chatSession'- Parameters:
value
- New value for field 'chatSession'
-