CRecipe Predicate
This interface is a SAM (Single Abstract Method Interface) and only has the function (CRecipePredicate.test) that is executed during recipe determination.
Refer to the documentation of CRecipePredicate.Context for the provided context.
Since
5.0.17
Types
Link copied to clipboard
class Context @JvmOverloads constructor(val input: CraftView, val crafterID: UUID, val recipe: CRecipe, val relation: MappedRelation, val isAsync: Boolean = false)
Context for CRecipePredicate