Interface ClickEvent.Payload.Text

All Superinterfaces:
ClickEvent.Payload
Enclosing interface:
ClickEvent.Payload

public static sealed interface ClickEvent.Payload.Text extends ClickEvent.Payload
A payload that holds a string.
Since:
4.22.0
  • Method Details

    • value

      String value()
      The string value for this payload.
      Returns:
      the string
      Since:
      4.22.0