Interface ServerChangeDiscoverySplashEvent

  • All Superinterfaces:
    Event, ServerEvent

    public interface ServerChangeDiscoverySplashEvent
    extends ServerEvent
    A server change discovery splash event.
    • Method Detail

      • getOldDiscoverySplash

        java.util.Optional<Icon> getOldDiscoverySplash()
        Gets the old discovery splash of the server.
        Returns:
        The old discovery splash of the server.
      • getNewDiscoverySplash

        java.util.Optional<Icon> getNewDiscoverySplash()
        Gets the new discovery splash of the server.
        Returns:
        The new discovery splash of the server.