Package com.wdiscute.starcatcher.recipe
Class TackleSkinSmithingRecipeBuilder
java.lang.Object
com.wdiscute.starcatcher.recipe.TackleSkinSmithingRecipeBuilder
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTackleSkinSmithingRecipeBuilder(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 TypeMethodDescriptionvoidvoidsave(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)
-
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
-
save
public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeConsumer, net.minecraft.resources.ResourceLocation location)
-