Uses of Enum Class
com.velocitypowered.api.event.query.ProxyQueryEvent.QueryType
Packages that use ProxyQueryEvent.QueryType
-
Uses of ProxyQueryEvent.QueryType in com.velocitypowered.api.event.query
Subclasses with type arguments of type ProxyQueryEvent.QueryType in com.velocitypowered.api.event.queryModifier and TypeClassDescriptionstatic enumRepresents the type of query the client is asking for.Methods in com.velocitypowered.api.event.query that return ProxyQueryEvent.QueryTypeModifier and TypeMethodDescriptionProxyQueryEvent.getQueryType()Returns the kind of query the remote client is performing.static ProxyQueryEvent.QueryTypeReturns the enum constant of this class with the specified name.static ProxyQueryEvent.QueryType[]ProxyQueryEvent.QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.velocitypowered.api.event.query with parameters of type ProxyQueryEvent.QueryTypeModifierConstructorDescriptionProxyQueryEvent(ProxyQueryEvent.QueryType queryType, InetAddress querierAddress, QueryResponse response) Creates a new event.