Interface ClickEvent.Payload.Text

All Superinterfaces:
ClickEvent.Payload, net.kyori.examination.Examinable
Enclosing interface:
ClickEvent.Payload

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

    • value

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