类 BlastingRecipe
Represents a campfire recipe.
-
构造器概要
构造器说明BlastingRecipe
(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime) BlastingRecipe
(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull Material source, float experience, int cookingTime) -
方法概要
从类继承的方法 org.bukkit.inventory.CookingRecipe
getCategory, getCookingTime, getExperience, getGroup, getInput, getInputChoice, getKey, getResult, setCategory, setCookingTime, setExperience, setGroup, setInput, setInputChoice
-
构造器详细资料
-
BlastingRecipe
-
BlastingRecipe
public BlastingRecipe(@NotNull @NotNull NamespacedKey key, @NotNull @NotNull ItemStack result, @NotNull @NotNull RecipeChoice input, float experience, int cookingTime)
-