Class ClickEvent

java.lang.Object
net.md_5.bungee.api.chat.ClickEvent
Direct Known Subclasses:
ClickEventCustom

@NonExtendable public class ClickEvent extends Object
  • Constructor Details

    • ClickEvent

      public ClickEvent(ClickEvent.Action action, String value)
      Creates a new ClickEvent instance.
      Parameters:
      action - The type of action to perform on click.
      value - Depends on the action.
      See Also:
  • Method Details