Package | Description |
---|---|
com.comphenix.protocol.wrappers |
Modifier and Type | Method and Description |
---|---|
static WrappedServerPing.CompressedImage |
WrappedServerPing.CompressedImage.fromBase64Png(java.lang.String base64)
Retrieve a compressed image from a base-64 encoded PNG file.
|
static WrappedServerPing.CompressedImage |
WrappedServerPing.CompressedImage.fromEncodedText(java.lang.String text)
Retrieve a compressed image from an encoded text.
|
static WrappedServerPing.CompressedImage |
WrappedServerPing.CompressedImage.fromPng(byte[] data)
Retrieve a compressed image from a byte array of a PNG file.
|
static WrappedServerPing.CompressedImage |
WrappedServerPing.CompressedImage.fromPng(java.io.InputStream input)
Retrieve a compressed image from an input stream.
|
static WrappedServerPing.CompressedImage |
WrappedServerPing.CompressedImage.fromPng(java.awt.image.RenderedImage image)
Retrieve a compressed image from an image.
|
WrappedServerPing.CompressedImage |
WrappedServerPing.getFavicon()
Retrieve the compressed PNG file that is being displayed as a favicon.
|
Modifier and Type | Method and Description |
---|---|
void |
WrappedServerPing.setFavicon(WrappedServerPing.CompressedImage image)
Set the compressed PNG file that is being displayed.
|