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.api
Methods in net.md_5.bungee.api that return Favicon Modifier and Type Method Description static Favicon
Favicon. create(BufferedImage image)
Creates a favicon from an image.static Favicon
Favicon. create(String encodedString)
Deprecated.Use #create(java.awt.image.BufferedImage) insteadFavicon
ProxyConfig. getFaviconObject()
Deprecated.The favicon used for the server ping list.Favicon
ServerPing. 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 void
ServerPing. 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)
-