Class SmokingRecipe

All Implemented Interfaces:
Keyed, Recipe, Keyed

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

    • SmokingRecipe

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

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