Interface CookingRecipe.Builder.IngredientStep

    • Method Detail

      • ingredient

        CookingRecipe.Builder.ResultStep ingredient​(Ingredient ingredient)
        Changes the ingredient and returns this builder. The Ingredient required in order for the recipe to be fulfilled.
        Parameters:
        ingredient - The required ingredient
        Returns:
        This builder, for chaining
      • ingredient

        default CookingRecipe.Builder.ResultStep ingredient​(ItemType ingredient)
        Changes the ingredient and returns this builder. The Ingredient required in order for the recipe to be fulfilled.
        Parameters:
        ingredient - The required ingredient
        Returns:
        This builder, for chaining
      • ingredient

        default CookingRecipe.Builder.ResultStep ingredient​(Supplier<? extends ItemType> ingredient)
        Changes the ingredient and returns this builder. The Ingredient required in order for the recipe to be fulfilled.
        Parameters:
        ingredient - The required ingredient
        Returns:
        This builder, for chaining