Uses of Enum Class
com.velocitypowered.api.util.ServerLink.Type
Packages that use ServerLink.Type
Package
Description
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of ServerLink.Type in com.velocitypowered.api.util
Methods in com.velocitypowered.api.util that return ServerLink.TypeModifier and TypeMethodDescriptionstatic ServerLink.Type
Returns the enum constant of this class with the specified name.static ServerLink.Type[]
ServerLink.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.velocitypowered.api.util that return types with arguments of type ServerLink.TypeMethods in com.velocitypowered.api.util with parameters of type ServerLink.TypeModifier and TypeMethodDescriptionstatic ServerLink
ServerLink.serverLink
(ServerLink.Type type, String link) Construct a server link with a built-in type.