Uses of Class
io.github.waterfallmc.waterfall.QueryResult
-
Packages that use QueryResult Package Description io.github.waterfallmc.waterfall.event -
-
Uses of QueryResult in io.github.waterfallmc.waterfall.event
Methods in io.github.waterfallmc.waterfall.event that return QueryResult Modifier and Type Method Description @NonNull QueryResult
ProxyQueryEvent. getResult()
The query to return.Methods in io.github.waterfallmc.waterfall.event with parameters of type QueryResult Modifier and Type Method Description void
ProxyQueryEvent. setResult(@NonNull QueryResult result)
The query to return.Constructors in io.github.waterfallmc.waterfall.event with parameters of type QueryResult Constructor Description ProxyQueryEvent(@NonNull ListenerInfo listener, @NonNull QueryResult result)
-