static @Nullable CachedServerIcon |
Bukkit.getServerIcon() |
Gets an instance of the server's default server-icon.
|
@Nullable CachedServerIcon |
Server.getServerIcon() |
Gets an instance of the server's default server-icon.
|
static @NotNull CachedServerIcon |
Bukkit.loadServerIcon(@NotNull BufferedImage image) |
Creates a cached server-icon for the specific image.
|
static @NotNull CachedServerIcon |
Bukkit.loadServerIcon(@NotNull File file) |
Loads an image from a file, and returns a cached image for the specific
server-icon.
|
@NotNull CachedServerIcon |
Server.loadServerIcon(@NotNull BufferedImage image) |
Creates a cached server-icon for the specific image.
|
@NotNull CachedServerIcon |
Server.loadServerIcon(@NotNull File file) |
Loads an image from a file, and returns a cached image for the specific
server-icon.
|