Class ItemStackRecipeChoice

java.lang.Object
com.destroystokyo.paper.inventory.ItemStackRecipeChoice
All Implemented Interfaces:
Cloneable, Predicate<ItemStack>, RecipeChoice

@Deprecated public class ItemStackRecipeChoice extends Object implements RecipeChoice
Deprecated.
Draft API
Allows crafting Items that require full matching itemstacks to complete the recipe for custom items
  • Field Details

  • Constructor Details

    • ItemStackRecipeChoice

      public ItemStackRecipeChoice(ItemStack choices)
      Deprecated.
    • ItemStackRecipeChoice

      public ItemStackRecipeChoice(List<ItemStack> choices)
      Deprecated.
  • Method Details