Uses of Class
ch.andre601.advancedserverlist.api.profiles.ProfileEntry.Builder
Packages that use ProfileEntry.Builder
Package
Description
Contains Profile-related classes and alike used by the API.
-
Uses of ProfileEntry.Builder in ch.andre601.advancedserverlist.api.profiles
Methods in ch.andre601.advancedserverlist.api.profiles that return ProfileEntry.BuilderModifier and TypeMethodDescriptionProfileEntry.builder()Creates a Builder instance with the values from this ProfileEntry set.ProfileEntry.Builder.extraPlayersCount(@Nullable 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.hidePlayersHoverEnabled(NullBool hidePlayersHoverEnabled) Sets whether the Hover List of online Players should be hidden or not.ProfileEntry.Builder.maxPlayersCount(@Nullable 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(@Nullable 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(@Nullable String playerCountText) Sets the text to override the player count with.Sets the players (lines) to use for the hover.