Interface RecipeInput

All Known Implementing Classes:
CraftingInput, RecipeWrapper, SingleRecipeInput, SmithingRecipeInput

public interface RecipeInput
  • Method Summary

    Modifier and Type
    Method
    Description
    getItem(int p_346128_)
     
    default boolean
     
    int
     
  • Method Details

    • getItem

      ItemStack getItem(int p_346128_)
    • size

      int size()
    • isEmpty

      default boolean isEmpty()