Class PostServerListSetEvent
java.lang.Object
ch.andre601.advancedserverlist.api.velocity.events.PostServerListSetEvent
Called after AdvancedServerList modified the server list.
The provided ProfileEntry may be null due to the PingEvent handling being cancelled (i.e. due
to a invalid protocol or due to the PreServerListSetEvent
being cancelled.
The entry also only represents the values used during the PingEvent, not the actual content that is being displayed.
-
Constructor Summary
ConstructorDescriptionConstructor for creating a new PostServerListSetEvent instance. -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
TheProfileEntry
that was used during the PingEvent handling.
-
Constructor Details
-
PostServerListSetEvent
Constructor for creating a new PostServerListSetEvent instance.- Parameters:
entry
- TheProfileEntry
used during the PingEvent.
-
-
Method Details
-
getEntry
The
ProfileEntry
that was used during the PingEvent handling.The returned value may be
null
should the PingEvent handling be cancelled at any point (i.e. due to an invalid protocol or because thePreServerListSetEvent
has been cancelled).The values within the ProfileEntry also do not represent what is actually used within the Server List itself, but only the values provided for the PingEvent handling.
- Returns:
- Possibly-null ProfileEntry used for the PingEvent.
-