Uses of Class
com.velocitypowered.api.util.Favicon
Packages that use Favicon
Package
Description
Provides utilities to handle server information.
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of Favicon in com.velocitypowered.api.proxy.config
Methods in com.velocitypowered.api.proxy.config that return types with arguments of type FaviconModifier and TypeMethodDescriptionProxyConfig.getFavicon()
Get the proxy favicon shown in the tablist. -
Uses of Favicon in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return types with arguments of type FaviconMethods in com.velocitypowered.api.proxy.server with parameters of type FaviconModifier and TypeMethodDescriptionUses thefavicon
in the response.Constructors in com.velocitypowered.api.proxy.server with parameters of type FaviconModifierConstructorDescriptionServerPing
(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon) ServerPing
(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon, @Nullable ModInfo modinfo) Constructs a ServerPing instance. -
Uses of Favicon in com.velocitypowered.api.util
Methods in com.velocitypowered.api.util that return Favicon