Uses of Interface
org.bukkit.util.CachedServerIcon
| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
-
Uses of CachedServerIcon in org.bukkit
Methods in org.bukkit that return CachedServerIcon Modifier and Type Method Description static CachedServerIconBukkit. getServerIcon()Gets an instance of the server's default server-icon.CachedServerIconServer. getServerIcon()Gets an instance of the server's default server-icon.static CachedServerIconBukkit. loadServerIcon(java.awt.image.BufferedImage image)Creates a cached server-icon for the specific image.static CachedServerIconBukkit. loadServerIcon(java.io.File file)Loads an image from a file, and returns a cached image for the specific server-icon.CachedServerIconServer. loadServerIcon(java.awt.image.BufferedImage image)Creates a cached server-icon for the specific image.CachedServerIconServer. loadServerIcon(java.io.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
Methods in org.bukkit.event.server with parameters of type CachedServerIcon Modifier and Type Method Description voidServerListPingEvent. setServerIcon(CachedServerIcon icon)Sets the server-icon sent to the client.