Uses of Class
com.destroystokyo.paper.event.server.GS4QueryEvent.QueryResponse
Packages that use GS4QueryEvent.QueryResponse
-
Uses of GS4QueryEvent.QueryResponse in com.destroystokyo.paper.event.server
Methods in com.destroystokyo.paper.event.server that return GS4QueryEvent.QueryResponseModifier and TypeMethodDescriptionGS4QueryEvent.QueryResponse.Builder.build()
Builds newGS4QueryEvent.QueryResponse
with supplied data.GS4QueryEvent.getResponse()
Get query responseMethods in com.destroystokyo.paper.event.server with parameters of type GS4QueryEvent.QueryResponseModifier and TypeMethodDescriptionvoid
GS4QueryEvent.setResponse
(GS4QueryEvent.QueryResponse response) Set query responseConstructors in com.destroystokyo.paper.event.server with parameters of type GS4QueryEvent.QueryResponseModifierConstructorDescriptionGS4QueryEvent
(GS4QueryEvent.QueryType queryType, InetAddress querierAddress, GS4QueryEvent.QueryResponse response)