public class BlastingRecipe extends CookingRecipe<BlastingRecipe>
| Constructor | Description | 
|---|---|
| BlastingRecipe(NamespacedKey key,
              ItemStack result,
              RecipeChoice input,
              float experience,
              int cookingTime) | |
| BlastingRecipe(NamespacedKey key,
              ItemStack result,
              Material source,
              float experience,
              int cookingTime) | 
getCookingTime, getExperience, getGroup, getInput, getInputChoice, getKey, getResult, setCookingTime, setExperience, setGroup, setInput, setInputChoicepublic BlastingRecipe(@NotNull
                      NamespacedKey key,
                      @NotNull
                      ItemStack result,
                      @NotNull
                      Material source,
                      float experience,
                      int cookingTime)
public BlastingRecipe(@NotNull
                      NamespacedKey key,
                      @NotNull
                      ItemStack result,
                      @NotNull
                      RecipeChoice input,
                      float experience,
                      int cookingTime)
Copyright © 2020. All rights reserved.