Uses of Interface
org.bukkit.util.CachedServerIcon
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Events
relating to programmatic state
changes on the server.-
Uses of CachedServerIcon in org.bukkit
Modifier and TypeMethodDescriptionstatic CachedServerIcon
Bukkit.getServerIcon()
Gets an instance of the server's default server-icon.Server.getServerIcon()
Gets an instance of the server's default server-icon.static CachedServerIcon
Bukkit.loadServerIcon
(BufferedImage image) Creates a cached server-icon for the specific image.static CachedServerIcon
Bukkit.loadServerIcon
(File file) Loads an image from a file, and returns a cached image for the specific server-icon.Server.loadServerIcon
(BufferedImage image) Creates a cached server-icon for the specific image.Server.loadServerIcon
(File file) Loads an image from a file, and returns a cached image for the specific server-icon. -
Uses of CachedServerIcon in org.bukkit.event.server
Modifier and TypeMethodDescriptionvoid
ServerListPingEvent.setServerIcon
(CachedServerIcon icon) Sets the server-icon sent to the client.