Package org.javacord.api.event.server
Interface ServerChangeDiscoverySplashEvent
-
- All Superinterfaces:
Event,ServerEvent
public interface ServerChangeDiscoverySplashEvent extends ServerEvent
A server change discovery splash event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Icon>getNewDiscoverySplash()Gets the new discovery splash of the server.Optional<Icon>getOldDiscoverySplash()Gets the old discovery splash of the server.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-