org.bukkit.util.CachedServerIcon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
package org.bukkit.util;
import org.bukkit.Server;
import org.bukkit.event.server.ServerListPingEvent;
/**
* This is a cached version of a server-icon. It's internal representation
* and implementation is undefined.
*
* @see Server#getServerIcon()
* @see Server#loadServerIcon(java.awt.image.BufferedImage)
* @see Server#loadServerIcon(java.io.File)
* @see ServerListPingEvent#setServerIcon(CachedServerIcon)
*/
public interface CachedServerIcon {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy