Package me.wolfyscript.customcrafting.recipes.data
package me.wolfyscript.customcrafting.recipes.data
-
Class SummaryClassDescriptionCookingRecipeData<R extends CustomCookingRecipe<?,?>>Besides the usual use case for
MergeOption
s, this data is also used internally when a player takes out the result so the recipe doesn't need to be verified again.RecipeData<R extends ICustomRecipe<?,?>>This object contains data of pre-crafted recipes like the recipe, ingredients and their slot (IngredientData
), and theResult
.