Class PlayerLinksSendEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerLinksSendEvent

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

  • Method Details

    • getConnection

      @NotNull public @NotNull PlayerCommonConnection getConnection()
      Gets the connection that received the links.
      Returns:
      connection
    • getLinks

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

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

      @NotNull public static @NotNull HandlerList getHandlerList()