Uses of Record Class
ch.andre601.advancedserverlist.api.profiles.ProfileEntry
Packages that use 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
Methods in ch.andre601.advancedserverlist.api.bukkit.events that return ProfileEntryModifier and TypeMethodDescription@Nullable ProfileEntry
PostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Methods in ch.andre601.advancedserverlist.api.bukkit.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.Constructors in ch.andre601.advancedserverlist.api.bukkit.events with parameters of type ProfileEntryModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.bungeecord.events
Methods in ch.andre601.advancedserverlist.api.bungeecord.events that return ProfileEntryModifier and TypeMethodDescriptionPostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Methods in ch.andre601.advancedserverlist.api.bungeecord.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.Constructors in ch.andre601.advancedserverlist.api.bungeecord.events with parameters of type ProfileEntryModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.events
Methods in ch.andre601.advancedserverlist.api.events that return ProfileEntryModifier and TypeMethodDescriptionGenericServerListEvent.getEntry()
Gets theProfileEntry
currently set for this Event.Methods in ch.andre601.advancedserverlist.api.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoid
GenericServerListEvent.setEntry
(ProfileEntry entry) Sets theProfileEntry
to use for this Event. -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.profiles
Methods in ch.andre601.advancedserverlist.api.profiles that return ProfileEntryModifier 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" ProfileEntry with the following values: -
Uses of ProfileEntry in ch.andre601.advancedserverlist.api.velocity.events
Methods in ch.andre601.advancedserverlist.api.velocity.events that return ProfileEntryModifier and TypeMethodDescriptionPostServerListSetEvent.getEntry()
TheProfileEntry
that was used during the PingEvent handling.PreServerListSetEvent.getEntry()
Gets theProfileEntry
currently set.Methods in ch.andre601.advancedserverlist.api.velocity.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoid
PreServerListSetEvent.setEntry
(ProfileEntry entry) Sets the newProfileEntry
to use.Constructors in ch.andre601.advancedserverlist.api.velocity.events with parameters of type ProfileEntryModifierConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance.