Uses of Class
io.github.waterfallmc.waterfall.QueryResult
-
Uses of QueryResult in io.github.waterfallmc.waterfall.event
Modifier and TypeMethodDescription@NonNull QueryResult
ProxyQueryEvent.getResult()
The query to return.Modifier and TypeMethodDescriptionvoid
ProxyQueryEvent.setResult
(@NonNull QueryResult result) The query to return.ModifierConstructorDescriptionProxyQueryEvent
(@NonNull ListenerInfo listener, @NonNull QueryResult result)