Class TerrestrialAgglomerationRecipe

java.lang.Object
vazkii.botania.common.crafting.TerrestrialAgglomerationRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>, TerrestrialAgglomerationRecipe

public class TerrestrialAgglomerationRecipe extends Object implements TerrestrialAgglomerationRecipe
  • Field Details

  • Constructor Details

    • TerrestrialAgglomerationRecipe

      public TerrestrialAgglomerationRecipe(int mana, net.minecraft.world.item.ItemStack output, net.minecraft.world.item.crafting.Ingredient... ingredients)
  • Method Details

    • getMana

      public int getMana()
      Specified by:
      getMana in interface TerrestrialAgglomerationRecipe
    • getOutput

      public net.minecraft.world.item.ItemStack getOutput()
    • matches

      public boolean matches(net.minecraft.world.item.crafting.RecipeInput inv, net.minecraft.world.level.Level world)
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>
    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.RecipeInput inv, net.minecraft.core.HolderLookup.Provider registries)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>
    • getResultItem

      public net.minecraft.world.item.ItemStack getResultItem(net.minecraft.core.HolderLookup.Provider registries)
      Specified by:
      getResultItem in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>
    • getIngredients

      public net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> getIngredients()
      Specified by:
      getIngredients in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<? extends TerrestrialAgglomerationRecipe> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>