Uses of Class
com.velocitypowered.api.proxy.server.QueryResponse.PluginInformation
Packages that use QueryResponse.PluginInformation
Package
Description
Provides utilities to handle server information.
-
Uses of QueryResponse.PluginInformation in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return QueryResponse.PluginInformationModifier and TypeMethodDescriptionCreates a newQueryResponse.PluginInformationinstance with the given name and version.Methods in com.velocitypowered.api.proxy.server that return types with arguments of type QueryResponse.PluginInformationModifier and TypeMethodDescriptionQueryResponse.getPlugins()Get a list of plugins which will be used to reply to the query.Methods in com.velocitypowered.api.proxy.server with parameters of type QueryResponse.PluginInformationModifier and TypeMethodDescriptionQueryResponse.Builder.plugins(QueryResponse.PluginInformation... plugins) Adds the specified plugins to the plugin list.Method parameters in com.velocitypowered.api.proxy.server with type arguments of type QueryResponse.PluginInformationModifier and TypeMethodDescriptionQueryResponse.Builder.plugins(Collection<QueryResponse.PluginInformation> plugins) Adds the specified plugins to the plugin list.