Interface Recipe

All Known Implementing Classes:
FurnaceRecipe, ShapedRecipe, ShapelessRecipe

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

    Modifier and Type Method Description
    ItemStack getResult()
    Get the result of this recipe.
  • Method Details

    • getResult

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