Class TackleSkinSmithingRecipeBuilder

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

public class TackleSkinSmithingRecipeBuilder extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     
  • 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(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeConsumer, String location)
     
    void
    save(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeConsumer, net.minecraft.resources.ResourceLocation location)
     
    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.critereon.InventoryChangeTrigger.TriggerInstance criterion)
     

    Methods inherited from class java.lang.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.critereon.InventoryChangeTrigger.TriggerInstance criterion)
    • save

      public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeConsumer, String location)
    • save

      public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeConsumer, net.minecraft.resources.ResourceLocation location)