Interface Recipe

All Known Subinterfaces:
ComplexRecipe
All Known Implementing Classes:
BlastingRecipe, CampfireRecipe, CookingRecipe, CraftingRecipe, FurnaceRecipe, MerchantRecipe, ShapedRecipe, ShapelessRecipe, SmithingRecipe, SmithingTransformRecipe, SmithingTrimRecipe, SmokingRecipe, StonecuttingRecipe

public interface Recipe
Represents some type of crafting recipe.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the result of this recipe.
  • Method Details

    • getResult

      @NotNull ItemStack getResult()
      Get the result of this recipe.
      Returns:
      The result stack