Class ImbuementAltarRecipeBuilder

java.lang.Object
com.binaris.wizardry.core.ImbuementAltarRecipeBuilder
All Implemented Interfaces:
net.minecraft.data.recipes.RecipeBuilder

public class ImbuementAltarRecipeBuilder extends Object implements net.minecraft.data.recipes.RecipeBuilder
  • Field Summary

    Fields inherited from interface net.minecraft.data.recipes.RecipeBuilder

    ROOT_RECIPE_ADVANCEMENT
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.item.Item
     
    group(@Nullable String groupName)
     
    imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle1, net.minecraft.world.item.crafting.Ingredient receptacle2, net.minecraft.world.item.crafting.Ingredient receptacle3, net.minecraft.world.item.crafting.Ingredient receptacle4, net.minecraft.world.level.ItemLike result)
     
    imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle1, net.minecraft.world.item.crafting.Ingredient receptacle2, net.minecraft.world.item.crafting.Ingredient receptacle3, net.minecraft.world.item.crafting.Ingredient receptacle4, net.minecraft.world.level.ItemLike result, int count)
     
    imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle, net.minecraft.world.level.ItemLike result)
     
    void
    save(Consumer<net.minecraft.data.recipes.FinishedRecipe> finishedRecipeConsumer, @NotNull net.minecraft.resources.ResourceLocation recipeId)
     
    unlockedBy(@NotNull String criterionName, @NotNull net.minecraft.advancements.CriterionTriggerInstance criterionTrigger)
     
    withNbt(net.minecraft.nbt.CompoundTag nbt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.data.recipes.RecipeBuilder

    save, save
  • Method Details

    • imbuement

      public static ImbuementAltarRecipeBuilder imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle, net.minecraft.world.level.ItemLike result)
    • imbuement

      public static ImbuementAltarRecipeBuilder imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle1, net.minecraft.world.item.crafting.Ingredient receptacle2, net.minecraft.world.item.crafting.Ingredient receptacle3, net.minecraft.world.item.crafting.Ingredient receptacle4, net.minecraft.world.level.ItemLike result)
    • imbuement

      public static ImbuementAltarRecipeBuilder imbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle1, net.minecraft.world.item.crafting.Ingredient receptacle2, net.minecraft.world.item.crafting.Ingredient receptacle3, net.minecraft.world.item.crafting.Ingredient receptacle4, net.minecraft.world.level.ItemLike result, int count)
    • withNbt

      public ImbuementAltarRecipeBuilder withNbt(net.minecraft.nbt.CompoundTag nbt)
    • unlockedBy

      @NotNull public @NotNull ImbuementAltarRecipeBuilder unlockedBy(@NotNull @NotNull String criterionName, @NotNull @NotNull net.minecraft.advancements.CriterionTriggerInstance criterionTrigger)
      Specified by:
      unlockedBy in interface net.minecraft.data.recipes.RecipeBuilder
    • group

      @NotNull public @NotNull ImbuementAltarRecipeBuilder group(@Nullable @Nullable String groupName)
      Specified by:
      group in interface net.minecraft.data.recipes.RecipeBuilder
    • getResult

      @NotNull public @NotNull net.minecraft.world.item.Item getResult()
      Specified by:
      getResult in interface net.minecraft.data.recipes.RecipeBuilder
    • save

      public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> finishedRecipeConsumer, @NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId)
      Specified by:
      save in interface net.minecraft.data.recipes.RecipeBuilder