Package com.binaris.wizardry.core
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 TypeMethodDescription@NotNull net.minecraft.world.item.Item@NotNull ImbuementAltarRecipeBuilderstatic ImbuementAltarRecipeBuilderimbuement(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) static ImbuementAltarRecipeBuilderimbuement(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) static ImbuementAltarRecipeBuilderimbuement(net.minecraft.world.item.crafting.Ingredient centerIngredient, net.minecraft.world.item.crafting.Ingredient receptacle, net.minecraft.world.level.ItemLike result) voidsave(Consumer<net.minecraft.data.recipes.FinishedRecipe> finishedRecipeConsumer, @NotNull net.minecraft.resources.ResourceLocation recipeId) @NotNull ImbuementAltarRecipeBuilderunlockedBy(@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, waitMethods 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
-
unlockedBy
@NotNull public @NotNull ImbuementAltarRecipeBuilder unlockedBy(@NotNull @NotNull String criterionName, @NotNull @NotNull net.minecraft.advancements.CriterionTriggerInstance criterionTrigger) - Specified by:
unlockedByin interfacenet.minecraft.data.recipes.RecipeBuilder
-
group
- Specified by:
groupin interfacenet.minecraft.data.recipes.RecipeBuilder
-
getResult
@NotNull public @NotNull net.minecraft.world.item.Item getResult()- Specified by:
getResultin interfacenet.minecraft.data.recipes.RecipeBuilder
-
save
public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> finishedRecipeConsumer, @NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId) - Specified by:
savein interfacenet.minecraft.data.recipes.RecipeBuilder
-