Uses of Interface
org.bukkit.util.CachedServerIcon
Packages that use 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 com.destroystokyo.paper.event.server
Methods in com.destroystokyo.paper.event.server that return CachedServerIconModifier and TypeMethodDescription@Nullable CachedServerIconPaperServerListPingEvent.getServerIcon()Gets the server icon sent to the client.Methods in com.destroystokyo.paper.event.server with parameters of type CachedServerIconModifier and TypeMethodDescriptionvoidPaperServerListPingEvent.setServerIcon(@Nullable CachedServerIcon icon) Sets the server icon sent to the client.Constructors in com.destroystokyo.paper.event.server with parameters of type CachedServerIconModifierConstructorDescriptionPaperServerListPingEvent(@NotNull StatusClient client, net.kyori.adventure.text.Component motd, int numPlayers, int maxPlayers, @NotNull String version, int protocolVersion, @Nullable CachedServerIcon favicon)  - 
Uses of CachedServerIcon in org.bukkit
Methods in org.bukkit that return CachedServerIconModifier and TypeMethodDescriptionstatic @Nullable CachedServerIconBukkit.getServerIcon()Gets an instance of the server's default server-icon.@Nullable CachedServerIconServer.getServerIcon()Gets an instance of the server's default server-icon.static @NotNull CachedServerIconBukkit.loadServerIcon(@NotNull BufferedImage image) Creates a cached server-icon for the specific image.static @NotNull CachedServerIconBukkit.loadServerIcon(@NotNull File file) Loads an image from a file, and returns a cached image for the specific server-icon.@NotNull CachedServerIconServer.loadServerIcon(@NotNull BufferedImage image) Creates a cached server-icon for the specific image.@NotNull CachedServerIconServer.loadServerIcon(@NotNull 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 CachedServerIconModifier and TypeMethodDescriptionvoidServerListPingEvent.setServerIcon(CachedServerIcon icon) Sets the server-icon sent to the client.