Partial Shaped Result
class PartialShapedResult(val recipe: CRecipe, val relation: MappedRelation) : PartialSearch.PartialSearchResult
Partial-search result for a CRecipe.Type.SHAPED recipe.
Since
5.0.21
Parameters
recipe
The shaped recipe that was evaluated.
relation
The coordinate mapping between matched recipe slots and input slots.
Properties
Functions
Link copied to clipboard
Returns the recipe slot coordinates that are covered by relation.
Link copied to clipboard
Returns the recipe slot coordinates not present in relation.
Link copied to clipboard
Returns the MatchState for this result.