Package org.bukkit.inventory
Class SmokingRecipe
Represents a campfire recipe.
-
Constructor Summary
ConstructorDescriptionSmokingRecipe
(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull Material source, float experience, int cookingTime) SmokingRecipe
(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime) -
Method Summary
Methods inherited from class org.bukkit.inventory.CookingRecipe
getCategory, getCookingTime, getExperience, getGroup, getInput, getInputChoice, getKey, getResult, setCategory, setCookingTime, setExperience, setGroup, setInput, setInputChoice
-
Constructor Details
-
SmokingRecipe
-
SmokingRecipe
public SmokingRecipe(@NotNull @NotNull NamespacedKey key, @NotNull @NotNull ItemStack result, @NotNull @NotNull RecipeChoice input, float experience, int cookingTime)
-