Class WrapperPlayClientChatSessionUpdate

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientChatSessionUpdate

public class WrapperPlayClientChatSessionUpdate extends AbstractPacket
  • 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'