Class WrapperPlayServerCustomChatCompletions

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

public class WrapperPlayServerCustomChatCompletions extends AbstractPacket
  • Field Details

    • TYPE

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

    • WrapperPlayServerCustomChatCompletions

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

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

    • getActionInternal

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

      @Deprecated public void setActionInternal(com.comphenix.protocol.events.InternalStructure value)
      Deprecated.
      Sets the value of field 'action' 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 'action'
    • getAction

      Retrieves the value of field 'action'
      Returns:
      'action'
    • setAction

      public void setAction(WrapperPlayServerCustomChatCompletions.Action value)
      Sets the value of field 'action'
      Parameters:
      value - New value for field 'action'
    • getEntries

      public List<String> getEntries()
      Retrieves the value of field 'entries'
      Returns:
      'entries'
    • setEntries

      public void setEntries(List<String> value)
      Sets the value of field 'entries'
      Parameters:
      value - New value for field 'entries'