is Valid Recipe
Returns this CRecipe is a valid or not.
CRecipe's default implementation checks below conditions.
CRecipe.items size is in range 1 to 36
All contained CMatter pass CMatter.isValidMatter
// (Usage)
val recipe: CRecipe = ~~~
recipe.isValidRecipe().exceptionOrNull()?.let{ throw it }Content copied to clipboard
Return
Result Result of check
Since
5.0.15