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