Uses of Enum Class
com.destroystokyo.paper.event.server.GS4QueryEvent.QueryType
Packages that use GS4QueryEvent.QueryType
-
Uses of GS4QueryEvent.QueryType in com.destroystokyo.paper.event.server
Methods in com.destroystokyo.paper.event.server that return GS4QueryEvent.QueryTypeModifier and TypeMethodDescriptionGS4QueryEvent.getQueryType()
Get query typestatic GS4QueryEvent.QueryType
Returns the enum constant of this class with the specified name.static GS4QueryEvent.QueryType[]
GS4QueryEvent.QueryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.destroystokyo.paper.event.server with parameters of type GS4QueryEvent.QueryTypeModifierConstructorDescriptionGS4QueryEvent
(GS4QueryEvent.QueryType queryType, InetAddress querierAddress, GS4QueryEvent.QueryResponse response)