Uses of Class
com.velocitypowered.api.proxy.server.QueryResponse
Packages that use QueryResponse
Package
Description
Provides events for handling GS4 queries.
Provides utilities to handle server information.
-
Uses of QueryResponse in com.velocitypowered.api.event.query
Methods in com.velocitypowered.api.event.query that return QueryResponseModifier and TypeMethodDescriptionProxyQueryEvent.getResponse()Returns the current query response.Methods in com.velocitypowered.api.event.query with parameters of type QueryResponseModifier and TypeMethodDescriptionvoidProxyQueryEvent.setResponse(QueryResponse response) Sets a new query response.Constructors in com.velocitypowered.api.event.query with parameters of type QueryResponseModifierConstructorDescriptionProxyQueryEvent(ProxyQueryEvent.QueryType queryType, InetAddress querierAddress, QueryResponse response) Creates a new event. -
Uses of QueryResponse in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return QueryResponseModifier and TypeMethodDescriptionQueryResponse.Builder.build()Builds a newQueryResponsewith the supplied data.