Interface WelcomeScreen
-
public interface WelcomeScreenThis class represents a Welcome Screen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getDescription()Gets the server description shown in the welcome screen.java.util.List<WelcomeScreenChannel>getWelcomeScreenChannels()Gets the channels shown in the 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.
-
-