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 ProfileEntryPostServerListSetEvent.getEntry()TheProfileEntrythat was used during the PingEvent handling.PreServerListSetEvent.getEntry()Gets theProfileEntrycurrently set.Methods in ch.andre601.advancedserverlist.api.bukkit.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoidPreServerListSetEvent.setEntry(ProfileEntry entry) Sets the newProfileEntryto use.Constructors in ch.andre601.advancedserverlist.api.bukkit.events with parameters of type ProfileEntryModifierConstructorDescriptionPostServerListSetEvent(@Nullable ProfileEntry entry) Constructor 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 TypeMethodDescription@Nullable ProfileEntryPostServerListSetEvent.getEntry()TheProfileEntrythat was used during the PingEvent handling.PreServerListSetEvent.getEntry()Gets theProfileEntrycurrently set.Methods in ch.andre601.advancedserverlist.api.bungeecord.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoidPreServerListSetEvent.setEntry(ProfileEntry entry) Sets the newProfileEntryto use.Constructors in ch.andre601.advancedserverlist.api.bungeecord.events with parameters of type ProfileEntryModifierConstructorDescriptionPostServerListSetEvent(@Nullable ProfileEntry entry) Constructor 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 theProfileEntrycurrently set for this Event.Methods in ch.andre601.advancedserverlist.api.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoidGenericServerListEvent.setEntry(ProfileEntry entry) Sets theProfileEntryto 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 ProfileEntryProfileEntry.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 TypeMethodDescription@Nullable ProfileEntryPostServerListSetEvent.getEntry()TheProfileEntrythat was used during the PingEvent handling.PreServerListSetEvent.getEntry()Gets theProfileEntrycurrently set.Methods in ch.andre601.advancedserverlist.api.velocity.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoidPreServerListSetEvent.setEntry(ProfileEntry entry) Sets the newProfileEntryto use.Constructors in ch.andre601.advancedserverlist.api.velocity.events with parameters of type ProfileEntryModifierConstructorDescriptionPostServerListSetEvent(@Nullable ProfileEntry entry) Constructor for creating a new PostServerListSetEvent instance.Constructor for creating a new PreServerListSetEvent instance.