Package | Description |
---|---|
net.md_5.bungee.api |
Modifier and Type | Method and 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) instead
|
Favicon |
ServerPing.getFaviconObject() |
Favicon |
ProxyConfig.getFaviconObject()
Deprecated.
The favicon used for the server ping list.
|
Modifier and Type | Method and Description |
---|---|
static com.google.gson.TypeAdapter<Favicon> |
Favicon.getFaviconTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
ServerPing.setFavicon(Favicon favicon) |
Constructor and Description |
---|
ServerPing(ServerPing.Protocol version,
ServerPing.Players players,
BaseComponent description,
Favicon favicon) |
ServerPing(ServerPing.Protocol version,
ServerPing.Players players,
String description,
Favicon favicon)
Deprecated.
|
Copyright © 2012–2020 SpigotMC. All rights reserved.