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