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