Interface CookingRecipe.Builder.EndStep

    • Method Detail

      • group

        CookingRecipe.Builder.EndStep group​(@Nullable java.lang.String name)
        Sets the group of the recipe.
        Parameters:
        name - the group
        Returns:
        This builder, for chaining
      • experience

        CookingRecipe.Builder.EndStep experience​(double experience)
        Changes the experience and returns this builder.
        Parameters:
        experience - The amount of experience released when this recipe is completed
        Returns:
        This builder, for chaining
      • cookingTime

        CookingRecipe.Builder.EndStep cookingTime​(Ticks ticks)
        Sets the cookingTime for this recipe in ticks.
        Parameters:
        ticks - the cookingTime
        Returns:
        This builder, for chaining