Class ProxyQueryEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
io.github.waterfallmc.waterfall.event.ProxyQueryEvent
This event will be posted whenever a Query request is received.
-
Constructor Summary
ConstructorsConstructorDescriptionProxyQueryEvent(@NonNull ListenerInfo listener, @NonNull QueryResult result) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull ListenerInfoThe listener associated with this query.@NonNull QueryResultThe query to return.inthashCode()voidsetResult(@NonNull QueryResult result) The query to return.toString()
-
Constructor Details
-
ProxyQueryEvent
public ProxyQueryEvent(@NonNull @NonNull ListenerInfo listener, @NonNull @NonNull QueryResult result)
-
-
Method Details