CRecipeImpl

constructor(name: String, items: Map<CoordinateComponent, CMatter>, type: CRecipe.Type, predicates: List<CRecipePredicate>? = null, results: List<ResultSupplier>? = null)

Parameters

name

A name of this recipe.

items

Elements of this recipe.

type

A type of this recipe. (Shaped or Shapeless)

results

A ResultSupplier list. (default = null)