Uses of Class
com.velocitypowered.api.util.ServerLink
Packages that use ServerLink
Package
Description
Provides an interface to interact with the proxy at a low level.
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of ServerLink in com.velocitypowered.api.proxy
Method parameters in com.velocitypowered.api.proxy with type arguments of type ServerLinkModifier and TypeMethodDescriptionvoid
Player.setServerLinks
(@NotNull List<ServerLink> links) Send the player a list of custom links to display in their client's pause menu. -
Uses of ServerLink in com.velocitypowered.api.util
Methods in com.velocitypowered.api.util that return ServerLinkModifier and TypeMethodDescriptionstatic ServerLink
ServerLink.serverLink
(ServerLink.Type type, String link) Construct a server link with a built-in type.static ServerLink
ServerLink.serverLink
(Component label, String link) Construct a server link with a custom component label.