Uses of Interface
ch.andre601.advancedserverlist.api.objects.GenericServer
Packages that use GenericServer
Package
Description
Main API module used to interact with AdvancedServerList.
Bukkit-specific objects.
BungeeCord-specific objects.
Velocity-specific objects.
-
Uses of GenericServer in ch.andre601.advancedserverlist.api
Methods in ch.andre601.advancedserverlist.api with parameters of type GenericServerModifier 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 GenericServer in ch.andre601.advancedserverlist.api.bukkit.objects
Subinterfaces of GenericServer in ch.andre601.advancedserverlist.api.bukkit.objects -
Uses of GenericServer in ch.andre601.advancedserverlist.api.bungeecord.objects
Subinterfaces of GenericServer in ch.andre601.advancedserverlist.api.bungeecord.objectsModifier and TypeInterfaceDescriptioninterface
GenericServer instance for the BungeeCord proxy implementation of AdvancedServerList. -
Uses of GenericServer in ch.andre601.advancedserverlist.api.velocity.objects
Subinterfaces of GenericServer in ch.andre601.advancedserverlist.api.velocity.objectsModifier and TypeInterfaceDescriptioninterface
GenericServer instance for the Velocity proxy implementation of AdvancedServerList.