Uses of Class
ch.andre601.advancedserverlist.api.profiles.ProfileEntry.Builder
Package
Description
Contains Profile-related classes and alike used by the API.
-
Uses of ProfileEntry.Builder in ch.andre601.advancedserverlist.api.profiles
Modifier and TypeMethodDescriptionProfileEntry.builder()
Creates a Builder instance with the values from this ProfileEntry set.ProfileEntry.Builder.extraPlayersCount
(String extraPlayersCount) Sets the value to resolve into a number by AdvancedServerList.ProfileEntry.Builder.extraPlayersEnabled
(NullBool extraPlayersEnabled) Sets whether the extra players feature should be enabled.Sets the value to use for the favicon.ProfileEntry.Builder.hidePlayersEnabled
(NullBool hidePlayersEnabled) Sets whether the player count should be hidden or not.ProfileEntry.Builder.maxPlayersCount
(String maxPlayersCount) Sets the value to resolve into a number by AdvancedServerList.ProfileEntry.Builder.maxPlayersEnabled
(NullBool maxPlayersEnabled) Sets whether the max players feature should be enabled.Sets a new MOTD to use.ProfileEntry.Builder.onlinePlayersCount
(String onlinePlayersCount) Sets the value to resolve into a number by AdvancedServerList.ProfileEntry.Builder.onlinePlayersEnabled
(NullBool onlinePlayersEnabled) Sets whether the online players feature should be enabled.ProfileEntry.Builder.playerCountText
(String playerCountText) Sets the text to override the player count with.Sets the players (lines) to use for the hover.