Search
object Search
Types
Link copied to clipboard
class SearchResult
A result of Search.search.
Functions
Link copied to clipboard
fun asyncSearch(crafterID: UUID, view: CraftView, sourceRecipes: List<CRecipe> = CustomCrafterAPI.getRecipes()): CompletableFuture<Search.SearchResult>
Returns a CompletableFuture that performs asynchronous searches using the input items and recipes.