Class ClickEventCustom

java.lang.Object
net.md_5.bungee.api.chat.ClickEvent
net.md_5.bungee.api.chat.ClickEventCustom

public class ClickEventCustom extends ClickEvent
Click event which sends a custom payload to the server.
  • Constructor Details

    • ClickEventCustom

      public ClickEventCustom(String id, String payload)
      Parameters:
      id - identifier for the event (lower case, no special characters)
      payload - custom payload
  • Method Details