Uses of Class
io.github.waterfallmc.waterfall.QueryResult
Packages that use QueryResult
-
Uses of QueryResult in io.github.waterfallmc.waterfall.event
Methods in io.github.waterfallmc.waterfall.event that return QueryResultModifier and TypeMethodDescription@NonNull QueryResult
ProxyQueryEvent.getResult()
The query to return.Methods in io.github.waterfallmc.waterfall.event with parameters of type QueryResultModifier and TypeMethodDescriptionvoid
ProxyQueryEvent.setResult
(@NonNull QueryResult result) The query to return.Constructors in io.github.waterfallmc.waterfall.event with parameters of type QueryResultModifierConstructorDescriptionProxyQueryEvent
(@NonNull ListenerInfo listener, @NonNull QueryResult result)