Uses of Record Class
ch.andre601.advancedserverlist.api.profiles.ProfileEntry
Package
Description
Custom, Bukkit-specific events executed by the Bukkit version of AdvancedServerList.
Custom, BungeeCord-specific events executed by the BungeeCord version of AdvancedServerList.
Generic Event Interfaces used by AdvancedServerList.
Contains Profile-related classes and alike used by the API.
Custom, Velocity-specific events executed by the Velocity version of AdvancedServerList.
-
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.bukkit.events
Modifier and TypeMethodDescription@Nullable ProfileEntry
PostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Modifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.ModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.bungeecord.events
Modifier and TypeMethodDescriptionPostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Modifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.ModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.events
Modifier and TypeMethodDescriptionGenericServerListEvent.getEntry()
Gets theProfileEntry
currently set for this Event.Modifier and TypeMethodDescriptionvoid
GenericServerListEvent.setEntry
(ProfileEntry entry) Sets theProfileEntry
to use for this Event. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.profiles
Modifier and TypeMethodDescriptionProfileEntry.Builder.build()
Creates a new ProfileEntry instance with the values set in this Builder.ProfileEntry.copy()
Creates a copy of this ProfileEntry Instance.static ProfileEntry
ProfileEntry.empty()
Creates an "empty" PlayerEntry with the following values: -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.velocity.events
Modifier and TypeMethodDescriptionPostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Modifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.ModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance.