Uses of Record Class
ch.andre601.advancedserverlist.api.profiles.ProfileEntry
Packages that use ProfileEntry
Package
Description
Generic Event Interfaces used by AdvancedServerList.
Custom, Paper-specific events executed by the Paper version of 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.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.paper.events
Methods in ch.andre601.advancedserverlist.api.paper.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.paper.events with parameters of type ProfileEntryModifier and TypeMethodDescriptionvoidPreServerListSetEvent.setEntry(ProfileEntry entry) Sets the newProfileEntryto use.Constructors in ch.andre601.advancedserverlist.api.paper.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.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.