Uses of Interface
ch.andre601.advancedserverlist.api.objects.GenericPlayer
Package
Description
Main API module used to interact with AdvancedServerList.
Bukkit-specific objects.
BungeeCord-specific objects.
Velocity-specific objects.
-
Uses of GenericPlayer in ch.andre601.advancedserverlist.api
Modifier and TypeMethodDescriptionabstract String
PlaceholderProvider.parsePlaceholder
(String placeholder, GenericPlayer player, GenericServer server) This method is called by AdvancedServerList whenever a Placeholder pattern of${identifier value}
is being found. -
Uses of GenericPlayer in ch.andre601.advancedserverlist.api.bukkit.objects
Modifier and TypeInterfaceDescriptioninterface
GenericPlayer instance for the Paper server implementation of AdvancedServerList. -
Uses of GenericPlayer in ch.andre601.advancedserverlist.api.bungeecord.objects
Modifier and TypeInterfaceDescriptioninterface
GenericPlayer instance for the BungeeCord proxy implementation of AdvancedServerList. -
Uses of GenericPlayer in ch.andre601.advancedserverlist.api.velocity.objects
Modifier and TypeInterfaceDescriptioninterface
GenericPlayer instance for the Velocity proxy implementation of AdvancedServerList.