common • net.kernelpanicsoft.archie.data.common.crafting.recipies • IARecipeBuilder
IARecipeBuilder
interface IARecipeBuilder : RecipeBuilderInheritors
Functions
getResult
abstract fun getResult(): Itemgroup
save
open fun save(recipeOutput: RecipeOutput, id: ResourceLocation? = null, condition: AConditionBuilder.() -> IACondition)open fun save(recipeOutput: RecipeOutput)abstract fun save(recipeOutput: RecipeOutput, id: ResourceLocation)unlockedBy
abstract fun unlockedBy(name: String, criterion: Criterion<*>): RecipeBuilder