Class PlayerLinksSendEvent


@Experimental public class PlayerLinksSendEvent extends PlayerEvent
This event is called when the list of links is sent to the player.
  • Constructor Details

    • PlayerLinksSendEvent

      public PlayerLinksSendEvent(@NotNull Player player, @NotNull ServerLinks links)
  • Method Details

    • getLinks

      @NotNull public ServerLinks getLinks()
      Gets the links to be sent, for modification.
      Returns:
      the links
    • getHandlers

      @NotNull public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      @NotNull public static HandlerList getHandlerList()