Class WrapperPlayServerDisguisedChat

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerDisguisedChat

public class WrapperPlayServerDisguisedChat extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
      The packet type that is wrapped by this wrapper.
  • Constructor Details

    • WrapperPlayServerDisguisedChat

      public WrapperPlayServerDisguisedChat()
      Constructs a new wrapper and initialize it with a packet handle with default values
    • WrapperPlayServerDisguisedChat

      public WrapperPlayServerDisguisedChat(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getMessage

      public com.comphenix.protocol.wrappers.WrappedChatComponent getMessage()
      Retrieves the value of field 'message'
      Returns:
      'message'
    • setMessage

      public void setMessage(com.comphenix.protocol.wrappers.WrappedChatComponent value)
      Sets the value of field 'message'
      Parameters:
      value - New value for field 'message'
    • getChatTypeInternal

      @Deprecated public com.comphenix.protocol.events.InternalStructure getChatTypeInternal()
      Deprecated.
      Use getChatType() instead
      Retrieves the value of field 'chatType' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'chatType'
    • setChatTypeInternal

      @Deprecated public void setChatTypeInternal(com.comphenix.protocol.events.InternalStructure value)
      Deprecated.
      Sets the value of field 'chatType' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'chatType'
    • getChatType

      public WrappedBoundChatType getChatType()
      Retrieves the value of field 'chatType' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Returns:
      'chatType'
    • setChatType

      public void setChatType(WrappedBoundChatType value)
      Sets the value of field 'chatType' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
      Parameters:
      value - New value for field 'chatType'