Uses of Class
net.md_5.bungee.api.Favicon
- 
Packages that use Favicon Package Description net.md_5.bungee.api 
- 
- 
Uses of Favicon in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return Favicon Modifier and Type Method Description static FaviconFavicon. create(BufferedImage image)Creates a favicon from an image.static FaviconFavicon. create(String encodedString)Deprecated.Use #create(java.awt.image.BufferedImage) insteadFaviconProxyConfig. getFaviconObject()Deprecated.The favicon used for the server ping list.FaviconServerPing. getFaviconObject()Methods in net.md_5.bungee.api that return types with arguments of type Favicon Modifier and Type Method Description static com.google.gson.TypeAdapter<Favicon>Favicon. getFaviconTypeAdapter()Methods in net.md_5.bungee.api with parameters of type Favicon Modifier and Type Method Description voidServerPing. setFavicon(Favicon favicon)Constructors in net.md_5.bungee.api with parameters of type Favicon Constructor Description ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, Favicon favicon)Deprecated.ServerPing(ServerPing.Protocol version, ServerPing.Players players, BaseComponent description, Favicon favicon)
 
-