Uses of Enum Class
com.destroystokyo.paper.event.server.GS4QueryEvent.QueryType
-
Uses of GS4QueryEvent.QueryType in com.destroystokyo.paper.event.server
Modifier 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.ModifierConstructorDescriptionGS4QueryEvent
(@NotNull GS4QueryEvent.QueryType queryType, @NotNull InetAddress querierAddress, @NotNull GS4QueryEvent.QueryResponse response)