类 CampfireRecipe
Represents a campfire recipe.
-
构造器概要
构造器说明CampfireRecipe
(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime) CampfireRecipe
(@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
-
构造器详细资料
-
CampfireRecipe
-
CampfireRecipe
public CampfireRecipe(@NotNull @NotNull NamespacedKey key, @NotNull @NotNull ItemStack result, @NotNull @NotNull RecipeChoice input, float experience, int cookingTime)
-