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