Interface RecipeChoice

    • Method Detail

      • getItemStack

        @Deprecated
        @NotNull
        ItemStack getItemStack()
        Deprecated.
        for compatability only
        Gets a single item stack representative of this stack choice.
        Returns:
        a single representative item
      • test

        boolean test​(@NotNull
                     ItemStack itemStack)
        Specified by:
        test in interface java.util.function.Predicate<ItemStack>