|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedServerIcon | |
---|---|
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 | |
---|---|
CachedServerIcon |
Server.getServerIcon()
Gets an instance of the server's default server-icon. |
static CachedServerIcon |
Bukkit.getServerIcon()
|
CachedServerIcon |
Server.loadServerIcon(BufferedImage image)
Creates a cached server-icon for the specific image. |
static CachedServerIcon |
Bukkit.loadServerIcon(BufferedImage image)
|
CachedServerIcon |
Server.loadServerIcon(File file)
Loads an image from a file, and returns a cached image for the specific server-icon. |
static CachedServerIcon |
Bukkit.loadServerIcon(File file)
|
Uses of CachedServerIcon in org.bukkit.event.server |
---|
Methods in org.bukkit.event.server with parameters of type CachedServerIcon | |
---|---|
void |
ServerListPingEvent.setServerIcon(CachedServerIcon icon)
Sets the server-icon sent to the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |