Class CampfireRecipe

All Implemented Interfaces:
Recipe, Keyed

public class CampfireRecipe extends CookingRecipe<CampfireRecipe>
Represents a campfire recipe.
  • Constructor Details

    • CampfireRecipe

      public CampfireRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull Material source, float experience, int cookingTime)
    • CampfireRecipe

      public CampfireRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)