PartialSearchResult

sealed interface PartialSearchResult

The common interface for a single partial-search result entry.

Each instance represents one candidate recipe together with the match information derived from comparing the current CraftView against that recipe.

Since

5.0.21

Inheritors

Properties

Link copied to clipboard
abstract val recipe: CRecipe

The candidate recipe that was evaluated.

Functions

Link copied to clipboard

Returns the set of recipe slot coordinates that are covered by at least one input item.

Link copied to clipboard

Returns the set of recipe slot coordinates that have no matching input item.

Link copied to clipboard

Returns the MatchState for this result.