Uses of Class
com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Packages that use WrappedServerPing.CompressedImage
-
Uses of WrappedServerPing.CompressedImage in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedServerPing.CompressedImageModifier and TypeMethodDescriptionWrappedServerPing.CompressedImage.fromBase64Png(String base64)Retrieve a compressed image from a base-64 encoded PNG file.WrappedServerPing.CompressedImage.fromEncodedText(String text)Retrieve a compressed image from an encoded text.WrappedServerPing.CompressedImage.fromPng(byte[] data)Retrieve a compressed image from a byte array of a PNG file.WrappedServerPing.CompressedImage.fromPng(RenderedImage image)Retrieve a compressed image from an image.WrappedServerPing.CompressedImage.fromPng(InputStream input)Retrieve a compressed image from an input stream.WrappedServerPing.getFavicon()Retrieve the compressed PNG file that is being displayed as a favicon.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedServerPing.CompressedImageModifier and TypeMethodDescriptionvoidWrappedServerPing.setFavicon(WrappedServerPing.CompressedImage image)Set the compressed PNG file that is being displayed.