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