Class BlastingRecipe

All Implemented Interfaces:
Recipe, Keyed

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

    • BlastingRecipe

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

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