Interface ClickEvent.Payload.Custom

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

public static interface ClickEvent.Payload.Custom extends ClickEvent.Payload, Keyed
A payload that holds custom data.
Since:
4.22.0
See Also:
  • Method Details

    • data

      @NotNull @NotNull String data()
      The custom data.
      Returns:
      the data
      Since:
      4.22.0