Interface WelcomeScreen


  • public interface WelcomeScreen
    This class represents a Welcome Screen.
    • Method Detail

      • getDescription

        java.util.Optional<java.lang.String> getDescription()
        Gets the server description shown in the welcome screen.
        Returns:
        the server description shown in the welcome screen.
      • getWelcomeScreenChannels

        java.util.List<WelcomeScreenChannel> getWelcomeScreenChannels()
        Gets the channels shown in the welcome screen.
        Returns:
        the channels shown in the welcome screen.