Class TackleSkinSmithingRecipeBuilder

java.lang.Object
com.wdiscute.starcatcher.recipe.TackleSkinSmithingRecipeBuilder

public class TackleSkinSmithingRecipeBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TackleSkinSmithingRecipeBuilder(net.minecraft.world.item.crafting.Ingredient template, net.minecraft.world.item.crafting.Ingredient base, net.minecraft.world.item.crafting.Ingredient addition, net.minecraft.data.recipes.RecipeCategory category)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(net.minecraft.data.recipes.RecipeOutput recipeOutput, String recipeId)
     
    void
    save(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.resources.Identifier recipeId)
     
    smithing(net.minecraft.world.item.crafting.Ingredient template, net.minecraft.world.item.crafting.Ingredient base, net.minecraft.world.item.crafting.Ingredient addition, net.minecraft.data.recipes.RecipeCategory category)
     
    unlocks(String key, net.minecraft.advancements.Criterion<?> criterion)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TackleSkinSmithingRecipeBuilder

      public TackleSkinSmithingRecipeBuilder(net.minecraft.world.item.crafting.Ingredient template, net.minecraft.world.item.crafting.Ingredient base, net.minecraft.world.item.crafting.Ingredient addition, net.minecraft.data.recipes.RecipeCategory category)
  • Method Details

    • smithing

      public static TackleSkinSmithingRecipeBuilder smithing(net.minecraft.world.item.crafting.Ingredient template, net.minecraft.world.item.crafting.Ingredient base, net.minecraft.world.item.crafting.Ingredient addition, net.minecraft.data.recipes.RecipeCategory category)
    • unlocks

      public TackleSkinSmithingRecipeBuilder unlocks(String key, net.minecraft.advancements.Criterion<?> criterion)
    • save

      public void save(net.minecraft.data.recipes.RecipeOutput recipeOutput, String recipeId)
    • save

      public void save(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.resources.Identifier recipeId)